Changeset 3041
- Timestamp:
- 08/09/10 14:46:58 (1 year ago)
- Files:
-
- trunk/skins/lemill/add_presentation.pt (modified) (1 diff)
- trunk/skins/lemill/collection_edit.cpt (modified) (3 diffs)
- trunk/skins/lemill/collection_pdf.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/skins/lemill/add_presentation.pt
r2949 r3041 18 18 <p i18n:translate="add_presentation_help_2">If you already have a SlideShare account, please give your user name there so we can search for presentations to bring to LeMill. The next step will be to select which one to bring.</p> 19 19 <form action="" method="post" tal:attributes="action python: mf.absolute_url()+'/updateSlideshare_username'"> 20 <input type="text" id="new_username" value="" name="new_username" tal:attributes="tabindex tabindex/next;" >21 <input type="submit" value="Save slideshare username" i18n:attributes="value label_save_slideshare_username" id="save" >20 <input type="text" id="new_username" value="" name="new_username" tal:attributes="tabindex tabindex/next;"/> 21 <input type="submit" value="Save slideshare username" i18n:attributes="value label_save_slideshare_username" id="save"/> 22 22 </form> 23 23 </tal:needs_slideshare> trunk/skins/lemill/collection_edit.cpt
r3040 r3041 28 28 <tr tal:repeat="obj resources" class="choice_row"> 29 29 <tal:defines define="index repeat/obj/index; deleted obj/isDeleted"> 30 <td valign="top" style="border-right: 1px solid #8cacbb" width="20"><img src="images/sorthandle.png" width="20" height="20" valign="top" class="handle" >31 <input type="hidden" class="orderkeeper" value="0" name="order_0" id="order_0" tal:attributes="value index;name python:'order_%s' % index" ></td>30 <td valign="top" style="border-right: 1px solid #8cacbb" width="20"><img src="images/sorthandle.png" width="20" height="20" valign="top" class="handle"/> 31 <input type="hidden" class="orderkeeper" value="0" name="order_0" id="order_0" tal:attributes="value index;name python:'order_%s' % index"/></td> 32 32 <td class="coverimage_cell_small"><img src="" alt="" class="coverimage_small" tal:attributes="src obj/getCoverImageURL; alt obj/title_or_id | nothing" /></td> 33 33 <td> … … 54 54 <td><img src="images/cross.gif" class="delete_button" width="20" height="20" alt="Remove" onclick="javascript:collectionDelete(this);"/> 55 55 <input type="hidden" class="deletion_marker" tal:attributes="name python:'%s_deleted' % obj.UID()" value="0"/> 56 56 </td> 57 57 </tr> 58 58 </table> … … 79 79 <tr tal:repeat="obj resources" class="choice_row"> 80 80 <tal:defines define="index repeat/obj/index; deleted obj/isDeleted"> 81 <td valign="top" style="border-right: 1px solid #8cacbb" width="20"><img src="images/sorthandle.png" width="20" height="20" valign="top" class="handle" >82 <input type="hidden" class="orderkeeper" value="0" name="col_order_0" id="col_order_0" tal:attributes="value index;name python:'col_order_%s' % index" ></td>81 <td valign="top" style="border-right: 1px solid #8cacbb" width="20"><img src="images/sorthandle.png" width="20" height="20" valign="top" class="handle"/> 82 <input type="hidden" class="orderkeeper" value="0" name="col_order_0" id="col_order_0" tal:attributes="value index;name python:'col_order_%s' % index"/></td> 83 83 84 84 <td class="coverimage_cell_small"><img src="" alt="" class="coverimage_small" tal:attributes="src obj/getCoverImageURL; alt obj/title_or_id | nothing" /></td> trunk/skins/lemill/collection_pdf.pt
r2894 r3041 2 2 <head> 3 3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 4 <link href="master.css" tal:attributes="href string:${context/absolute_url}/master.css" rel="stylesheet" type="text/css" >5 <link href="collection_pdf_stylesheet.css" tal:attributes="href string:${context/absolute_url}/collection_pdf_stylesheet.css" rel="stylesheet" type="text/css" >4 <link href="master.css" tal:attributes="href string:${context/absolute_url}/master.css" rel="stylesheet" type="text/css" /> 5 <link href="collection_pdf_stylesheet.css" tal:attributes="href string:${context/absolute_url}/collection_pdf_stylesheet.css" rel="stylesheet" type="text/css" /> 6 6 </head> 7 7 <body>
