summaryrefslogtreecommitdiff
path: root/public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-09 12:07:57 +0200
committerhukl <contact@smyck.org>2009-09-09 12:07:57 +0200
commita6292dd0fecd4482fe863ed849d126b5281b1a8a (patch)
tree7c4c32e1a3448c5d1995a236ed01c731018da13d /public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm
parent83fe1b1abd7d7bb85679be3f1341e5c88db0ae83 (diff)
huge tiny_mce update - now using the tiny_mce jquery build which allows tiny_mce to be initialized via jquery - great!
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm')
-rw-r--r--[-rwxr-xr-x]public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm19
1 files changed, 9 insertions, 10 deletions
diff --git a/public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm b/public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm
index d74da0d..3ea4081 100755..100644
--- a/public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm
+++ b/public/javascripts/tiny_mce/plugins/fullpage/fullpage.htm
@@ -7,7 +7,6 @@
7 <script type="text/javascript" src="../../utils/form_utils.js"></script> 7 <script type="text/javascript" src="../../utils/form_utils.js"></script>
8 <script type="text/javascript" src="js/fullpage.js"></script> 8 <script type="text/javascript" src="js/fullpage.js"></script>
9 <link href="css/fullpage.css" rel="stylesheet" type="text/css" /> 9 <link href="css/fullpage.css" rel="stylesheet" type="text/css" />
10 <base target="_self" />
11</head> 10</head>
12<body id="advlink" style="display: none"> 11<body id="advlink" style="display: none">
13 <form onsubmit="updateAction();return false;" name="fullpage" action="#"> 12 <form onsubmit="updateAction();return false;" name="fullpage" action="#">
@@ -26,27 +25,27 @@
26 25
27 <table border="0" cellpadding="4" cellspacing="0"> 26 <table border="0" cellpadding="4" cellspacing="0">
28 <tr> 27 <tr>
29 <td nowrap="nowrap"><label for="metatitle">{#fullpage_dlg.meta_title}</label>&nbsp;</td> 28 <td class="nowrap"><label for="metatitle">{#fullpage_dlg.meta_title}</label>&nbsp;</td>
30 <td><input type="text" id="metatitle" name="metatitle" value="" class="mceFocus" /></td> 29 <td><input type="text" id="metatitle" name="metatitle" value="" class="mceFocus" /></td>
31 </tr> 30 </tr>
32 <tr> 31 <tr>
33 <td nowrap="nowrap"><label for="metakeywords">{#fullpage_dlg.meta_keywords}</label>&nbsp;</td> 32 <td class="nowrap"><label for="metakeywords">{#fullpage_dlg.meta_keywords}</label>&nbsp;</td>
34 <td><textarea id="metakeywords" name="metakeywords" rows="4"></textarea></td> 33 <td><textarea id="metakeywords" name="metakeywords" rows="4"></textarea></td>
35 </tr> 34 </tr>
36 <tr> 35 <tr>
37 <td nowrap="nowrap"><label for="metadescription">{#fullpage_dlg.meta_description}</label>&nbsp;</td> 36 <td class="nowrap"><label for="metadescription">{#fullpage_dlg.meta_description}</label>&nbsp;</td>
38 <td><textarea id="metadescription" name="metadescription" rows="4"></textarea></td> 37 <td><textarea id="metadescription" name="metadescription" rows="4"></textarea></td>
39 </tr> 38 </tr>
40 <tr> 39 <tr>
41 <td nowrap="nowrap"><label for="metaauthor">{#fullpage_dlg.author}</label>&nbsp;</td> 40 <td class="nowrap"><label for="metaauthor">{#fullpage_dlg.author}</label>&nbsp;</td>
42 <td><input type="text" id="metaauthor" name="metaauthor" value="" /></td> 41 <td><input type="text" id="metaauthor" name="metaauthor" value="" /></td>
43 </tr> 42 </tr>
44 <tr> 43 <tr>
45 <td nowrap="nowrap"><label for="metacopyright">{#fullpage_dlg.copyright}</label>&nbsp;</td> 44 <td class="nowrap"><label for="metacopyright">{#fullpage_dlg.copyright}</label>&nbsp;</td>
46 <td><input type="text" id="metacopyright" name="metacopyright" value="" /></td> 45 <td><input type="text" id="metacopyright" name="metacopyright" value="" /></td>
47 </tr> 46 </tr>
48 <tr> 47 <tr>
49 <td nowrap="nowrap"><label for="metarobots">{#fullpage_dlg.meta_robots}</label>&nbsp;</td> 48 <td class="nowrap"><label for="metarobots">{#fullpage_dlg.meta_robots}</label>&nbsp;</td>
50 <td> 49 <td>
51 <select id="metarobots" name="metarobots"> 50 <select id="metarobots" name="metarobots">
52 <option value="">{#not_set}</option> 51 <option value="">{#not_set}</option>
@@ -73,7 +72,7 @@
73 </td> 72 </td>
74 </tr> 73 </tr>
75 <tr> 74 <tr>
76 <td nowrap="nowrap"><label for="doctypes">{#fullpage_dlg.doctypes}</label>&nbsp;</td> 75 <td class="nowrap"><label for="doctypes">{#fullpage_dlg.doctypes}</label>&nbsp;</td>
77 <td> 76 <td>
78 <select id="doctypes" name="doctypes"> 77 <select id="doctypes" name="doctypes">
79 <option value="">{#not_set}</option> 78 <option value="">{#not_set}</option>
@@ -81,7 +80,7 @@
81 </td> 80 </td>
82 </tr> 81 </tr>
83 <tr> 82 <tr>
84 <td nowrap="nowrap"><label for="langcode">{#fullpage_dlg.langcode}</label>&nbsp;</td> 83 <td class="nowrap"><label for="langcode">{#fullpage_dlg.langcode}</label>&nbsp;</td>
85 <td><input type="text" id="langcode" name="langcode" value="" /></td> 84 <td><input type="text" id="langcode" name="langcode" value="" /></td>
86 </tr> 85 </tr>
87 <tr> 86 <tr>
@@ -95,7 +94,7 @@
95 </td> 94 </td>
96 </tr> 95 </tr>
97 <tr> 96 <tr>
98 <td nowrap="nowrap"><label for="xml_pi">{#fullpage_dlg.xml_pi}</label>&nbsp;</td> 97 <td class="nowrap"><label for="xml_pi">{#fullpage_dlg.xml_pi}</label>&nbsp;</td>
99 <td><input type="checkbox" id="xml_pi" name="xml_pi" class="checkbox" /></td> 98 <td><input type="checkbox" id="xml_pi" name="xml_pi" class="checkbox" /></td>
100 </tr> 99 </tr>
101 </table> 100 </table>