- Timestamp:
- 11 Jan 2012, 09:49:58 (13 years ago)
- Location:
- main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/static/mobile.css
r6690 r7449 1 #primary-navigation li a { 2 font-size:100%; 3 padding-bottom: 0.5em; 4 padding-left: 0.5em; 5 padding-right: 0.5em; 6 padding-top: 0.5em; 1 .container { 2 width: 420px; 7 3 } 8 4 9 #user-navigation li a { 10 font-size: 86%; 11 padding-bottom: 0.5em; 12 padding-left: 0.5em; 13 padding-right: 0.5em; 14 padding-top: 0.8em; 5 body { 6 padding-top: 120px; 15 7 } 16 17 #hd {18 padding-left:0.3em;19 padding-right:0.3em;20 }21 22 #bd {23 padding:0.6em;24 } -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/static/waeup-base.css
r7447 r7449 4 4 'waeuptheme-<SOME-NAME>.css' and include a utility and a resource in theming.py 5 5 and resources.py respectively. */ 6 7 /* bootstrap.min customizations */ 6 8 7 9 body { … … 19 21 } 20 22 21 .form-table td {22 padding: 5px 5px 4px;23 border-top: none;24 }25 26 .error {27 color: red;28 }29 23 30 24 select { … … 32 26 } 33 27 28 /* IE doesn't like the footer tag*/ 29 .footer { 30 padding-top: 17px; 31 border-top: 1px solid #eee; 32 margin-top: 50px; 33 } 34 34 35 35 /* dataTables stuff */ … … 40 40 } 41 41 42 table.display { 43 margin-top: 25px; 44 } 45 42 46 /* SIRP stuff */ 47 48 .error { 49 color: red; 50 } 43 51 44 52 .form-table { … … 46 54 } 47 55 56 .form-table td { 57 padding: 5px 5px 4px; 58 border-top: none; 59 } 60 48 61 .fieldname { 49 62 width: 25%; 50 63 } 64 65 .workflow { 66 border:1px solid #1fdf00; 67 background-color:#bbffb6; 68 font-family: courier; 69 font-size: 80%; 70 padding: 4px; 71 margin-bottom: 8px; 72 line-height: 16px; 73 } -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/staffsitelayout.pt
r7443 r7449 64 64 </div> 65 65 </div> 66 <div class="content"> 67 <div class="row"> 68 <div class="span12" 69 tal:define="message context/@@messages" 70 tal:condition="python: len(message)>11"> 71 <div tal:content="structure message"> 72 </div> 73 </div> 74 <div class="span12" tal:condition="provider:actionbar"> 75 <span tal:replace="structure provider:actionbar" /> 76 <br /><br /> 77 </div> 78 <div class="span12" tal:content="structure view/content"> THE CONTENT 66 <div class="span12 content"> 67 <div 68 tal:define="message context/@@messages" 69 tal:condition="python: len(message)>11"> 70 <div tal:content="structure message"> 79 71 </div> 80 72 </div> 81 <footer> 82 <p>Student Information and Registration Portal<br /> 83 Copyright © WAeUP Group, 2008-2012 73 <div class="span12" tal:condition="provider:actionbar"> 74 <span tal:replace="structure provider:actionbar" /> 75 <br /><br /> 76 </div> 77 <div tal:content="structure view/content"> THE CONTENT 78 </div> 79 <div class="footer"> 80 <p class="pull-right"><a href="#">Back to top</a></p> 81 <p> 82 Student Information and Registration Portal<br /> 83 Copyright © WAeUP Group, 2008-2012 84 84 </p> 85 </ footer>85 </div> 86 86 </div> 87 87 </div> -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7240 r7449 16 16 tal:attributes="title string:RSS feed of ${layout/getAppTitle}; 17 17 href python: view.url(layout.site, 'feed.rss')" /> 18 19 18 </head> 20 <body class="rounded yui-skin-sam"> 21 <div id="doc3" class="yui-t7"> 22 <div id="hd" role="banner"> 23 <div id="hd"> 24 <h1 id="logo"> 25 <a href="" tal:attributes="href view/application_url"> 26 <span class="uni-logo"> 27 </span> </a> 28 <span id="uni-title" tal:content="layout/getAppTitle"> Sample University 29 </span> </h1> 30 <div id="navigation" class="yui-navset" style="text-align:right;"> 31 <ul id="primary-navigation"> 19 <body> 20 <div class="topbar" data-scrollspy="scrollspy" > 21 <div class="topbar-inner"> 22 <div class="container"> 23 <a class="brand" href="#">Acronym</a> 24 <ul class="nav"> 32 25 <tal:primary_nav content="structure provider:primary_nav" /> 33 26 <tal:primary_nav content="structure provider:primary_nav_student" /> 34 </ul> 35 <ul id="user-navigation"> 36 <li tal:condition="not: layout/isAuthenticated"> 37 <a href="#" tal:attributes="href python: view.url(layout.site, 'login')"> 38 Login 39 </a> 40 </li> 41 <li tal:condition="layout/isAuthenticated"> 42 <a href="#" tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 43 Contact 44 </a> 45 </li> 46 <li tal:condition="layout/isAuthenticated"> 47 <a href="#" tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 48 </li> 49 </ul> 50 <div class="clear"> 51 </div> 27 </ul> 28 <ul class="nav secondary-nav"> 29 <li tal:condition="not: layout/isAuthenticated"> 30 <a href="#" tal:attributes="href python: view.url(layout.site, 'login')"> 31 Login 32 </a> 33 </li> 34 <li tal:condition="layout/isAuthenticated"> 35 <a href="#" tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 36 Contact 37 </a> 38 </li> 39 <li tal:condition="layout/isAuthenticated"> 40 <a href="#" tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 41 </li> 42 </ul> 43 </div> 44 </div> 45 </div> 46 47 <div class="container"> 48 <div class="content"> 49 <div tal:define="message context/@@messages" 50 tal:condition="python: len(message)>11"> 51 <div tal:content="structure message"> 52 52 </div> 53 53 </div> 54 </div> 55 <div id="bd" role="main"> 56 57 <div class="yui-b"> 58 <div class="block" > 59 <div class="studentmenu"> 60 <div tal:condition="layout/getStudentName" 61 tal:replace="structure provider:top_student"> 62 Student Links 63 </div> 64 <div tal:content="structure provider:actionbar"> 65 Student Actions 66 </div> 67 </div> 68 </div> 54 <div tal:condition="provider:actionbar"> 55 <span tal:replace="structure provider:actionbar" /> 56 <br /><br /> 69 57 </div> 70 71 <div id="yui-main"> 72 <div class="yui-b"> 73 <div class="yui-g"> 74 <div class="block"> 75 <div class="bd"> 76 <div class="actionbar"> 77 <span tal:condition="layout/getStudentName" class="wfstatus"> 78 Id: 79 <span tal:replace="python:context.getStudent().student_id" 80 class="wfstatus">Id</span> 81 82 State: 83 <span tal:replace="python:context.getStudent().state" 84 class="wfstatus">State</span> 85 </span> 86 </div> 87 <div class="alert warning ui-state-error" 88 tal:define="message context/@@messages" 89 tal:condition="python: len(message)>11"> 90 <span class="ui-icon ui-icon-alert">A 91 </span> 92 <span tal:content="structure message"> 93 </span> 94 </div> 95 <div tal:replace="structure view/content"> THE CONTENT 96 </div> 97 </div> 98 </div> 99 </div> 100 </div> 58 <div tal:content="structure view/content"> THE CONTENT 101 59 </div> 102 103 </div> 104 <div id="ft" role="contentinfo"> 105 <p>Student Information and Registration Portal<br /> 106 Copyright © WAeUP Group, 2008-2011 107 </p> 60 <div class="footer"> 61 <p class="pull-right"><a href="#">Back to top</a></p> 62 <p> 63 Student Information and Registration Portal<br /> 64 Copyright © WAeUP Group, 2008-2012 65 </p> 66 </div> 108 67 </div> 109 68 </div> 69 110 70 </body> 111 71 </html> -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/universitypage.pt
r6907 r7449 1 <h 2 tal:content="view/label">Title</h2>1 <h1 tal:content="view/label">Title</h1> 2 2 3 3 <span tal:replace="structure view/frontpage">Frontpage</span>
Note: See TracChangeset for help on using the changeset viewer.