Last change
on this file since 19029 was
16173,
checked in by plg, 12 years ago
|
remove specific profile page
use chosen for select boxes on the profile page, easier to customize
|
File size:
820 bytes
|
Line | |
---|
1 | <!--[if lt IE 8]> |
---|
2 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie7.css"> |
---|
3 | <![endif]--> |
---|
4 | <!--[if lt IE 7]> |
---|
5 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie6.css"> |
---|
6 | <![endif]--> |
---|
7 | |
---|
8 | {if $BODY_ID == 'thePicturePage'} |
---|
9 | <style type="text/css"> |
---|
10 | #theImage #theImg img {ldelim} |
---|
11 | margin-top:{math equation="(600-y)/2" y=$HEIGHT_IMG format="%d"}px; |
---|
12 | } |
---|
13 | </style> |
---|
14 | {/if} |
---|
15 | |
---|
16 | {combine_script id="luciano.script" path="themes/luciano/js/script.js"} |
---|
17 | |
---|
18 | {combine_script id='jquery.chosen' load='footer' path='themes/default/js/plugins/chosen.jquery.min.js'} |
---|
19 | {combine_css path="themes/default/js/plugins/chosen.css"} |
---|
20 | |
---|
21 | {footer_script require='jquery'}{literal} |
---|
22 | jQuery(document).ready(function() { |
---|
23 | jQuery("select[name=theme], select[name=language]").chosen(); |
---|
24 | }); |
---|
25 | {/literal}{/footer_script} |
---|
Note: See
TracBrowser
for help on using the repository browser.