Mercurial > hg > rc1
comparison skins/classic/templates/identityedit.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 3 <head> | |
| 4 <title><roundcube:object name="pagetitle" /></title> | |
| 5 <roundcube:include file="/includes/links.html" /> | |
| 6 <script type="text/javascript" src="/functions.js"></script> | |
| 7 <script type="text/javascript" src="/splitter.js"></script> | |
| 8 <style type="text/css"> | |
| 9 #identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; } | |
| 10 #identity-details { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px; } | |
| 11 </style> | |
| 12 | |
| 13 </head> | |
| 14 <body class="iframe"> | |
| 15 | |
| 16 <div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div> | |
| 17 | |
| 18 <div id="identity-details" class="boxcontent"> | |
| 19 <roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" /> | |
| 20 | |
| 21 <script type="text/javascript">rcube_init_tabs('identity-form')</script> | |
| 22 | |
| 23 <div id="formfooter"> | |
| 24 <div class="footerleft"> | |
| 25 <roundcube:button command="save" type="input" class="button mainaction" label="save" /> | |
| 26 </div> | |
| 27 </div> | |
| 28 </div> | |
| 29 | |
| 30 </body> | |
| 31 </html> |
