Skip to content

Instantly share code, notes, and snippets.

@byrnejb
Created October 20, 2010 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byrnejb/635479 to your computer and use it in GitHub Desktop.
Save byrnejb/635479 to your computer and use it in GitHub Desktop.
new.html.erb with tattler
<!-- TEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/layouts/application.html.erb -->
<!-- section from layouts/application.html.erb -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title></title>
<script src="/javascripts/prototype.js?1287512163" type="text/javascript"></script>
<script src="/javascripts/effects.js?1287512163" type="text/javascript"></script>
<script src="/javascripts/dragdrop.js?1287512163" type="text/javascript"></script>
<script src="/javascripts/controls.js?1287512163" type="text/javascript"></script>
<script src="/javascripts/rails.js?1287512163" type="text/javascript"></script>
<script src="/javascripts/lowpro.js" type="text/javascript"></script>
<script src="/javascripts/application.js?1287512163" type="text/javascript"></script> <script src="/javascripts/calendar.js" type="text/javascript"></script>
<script src="/javascripts/calendar-setup.js" type="text/javascript"></script>
<script src="/javascripts/calendar-en.js" type="text/javascript"></script> <script src="/javascripts/datebalks.js" type="text/javascript"></script>
</head>
<body>
<h1>Harte &amp; Lyne Limited</h1>
<h2>theHeart - Transportation and Customs</h2>
1 user recently active &nbsp;&nbsp;
<span class='authenticated_session' id='authenticated_session_header'>
This session is authenticated by:
User ID:
<strong> 43 </strong>
User Name:
<strong> admin </strong>
Connected From:
<strong> 127.0.0.1 </strong>
Since:
<strong> 2010-10-19 20:00:23 -0400 </strong>
</span> <!-- Notice to Designers:
The id attribute of ALL tags is reserved for application coding purposes.
Style Sheets should refrain from using the id attribute as a styling
locater. Use the tag hierarchy, the tag itself, or the tag's class
attribute instead -->
<br />
<a href="/users/43" id="edit_user_link">My Account</a> |
<a href="/user_session" data-confirm="Are you sure you want to logout?" data-method="delete" id="end_session_link" rel="nofollow">End Current Session</a> <!-- TODO:2009-06-17 - replace with a proper breadcrumb method -->
<br/>
<a href="/navigation" id="show_main_navigation_link_top">Main Navigation Page</a>
|
<a href="/welcome" id="show_welcome_link_top">Welcome Page</a>
<br/>
<!-- End of header section from layouts/application.html.erb -->
<!-- TEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/roles/new.html.erb -->
<div class="headers" id="roles_new_page">
<h2 class="header_role" id="header_role"> Add a New role </h2>
DEPRECATION WARNING: error_messages_for was removed from Rails and is now available as a plugin. Please install it with `rails plugin install git://github.com/rails/dynamic_form.git`. (called from _app_views_roles_new_html_erb__1393793839_23588786133180_0 at /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/roles/new.html.erb:5)
<form accept-charset="UTF-8" action="/roles" class="new_role" id="new_role_form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>
<!-- TEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/roles/_role_header.html.erb -->
<!-- ENDTEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/roles/_role_header.html.erb -->
<!-- TEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/roles/_role_detail.html.erb -->
<!-- ENDTEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/roles/_role_detail.html.erb -->
<!-- TEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/shared/_effective_period.html.erb -->
<!-- fields_for(filename of partial less leading underscore) -->
<!-- ENDTEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/shared/_effective_period.html.erb -->
<p>
<input id="submit_create" name="commit" type="submit" value="Create" /> </p>
</form>
<br />
<a href="/roles" class="index_roles_link">List All roles</a>
</div>
<!-- ENDTEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/roles/new.html.erb -->
<!-- Begining of footer section from layouts/application.html.erb -->
<br/>
<!-- TODO:2009-06-17 - replace with a proper breadcrumb method -->
<a href="/navigation" id="show_main_navigation_link">Main Navigation Page</a>
|
<a href="/welcome" id="show_welcome_link">Welcome Page</a>
<br/>
<h3 class='authenticated_session' id='authenticated_session_footer'>
This session is authenticated by:
User ID: 43
User Name: admin
</h3>
</body>
</html>
<!-- ENDTEMPLATE: /home/byrnejb/Software/Development/Projects/proforma.rails3/app/views/layouts/application.html.erb -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment