Mercurial > MadButterfly
comparison inkscape/firefox/content/madbuilder.html @ 371:3d21115297ba
Add textmenu template
author | wycc |
---|---|
date | Tue, 17 Mar 2009 08:31:04 +0800 |
parents | e21e9447f545 |
children | 7d244a85dd68 |
comparison
equal
deleted
inserted
replaced
370:fce37d9c296f | 371:3d21115297ba |
---|---|
75 <div id='wizard'> | 75 <div id='wizard'> |
76 The name of the project<br> | 76 The name of the project<br> |
77 <input type=text id='wizardname' value='default'/><br> | 77 <input type=text id='wizardname' value='default'/><br> |
78 Please select the type of applications.<br> | 78 Please select the type of applications.<br> |
79 <ul> | 79 <ul> |
80 <a href='#' onClick="wizard.step1_cb('text')"><li> Text only menu </li></a> | 80 <a href='#' onClick="wizard.step1_cb('textmenu')"><li> Text only menu </li></a> |
81 <a href='#' onClick="wizard.step1_cb('preview')"><li> Text with preview menu </li></a> | 81 <a href='#' onClick="wizard.step1_cb('preview')"><li> Text with preview menu </li></a> |
82 </ul> | 82 </ul> |
83 | 83 |
84 </div> | 84 </div> |
85 | 85 |
86 <div id='wizard_step2'> | 86 <div id='wizard_step2'> |
87 Please select the output path<br> | 87 Please select the output path<br> |
88 <input id='outputpath' type=file value='/tmp' /><br> | 88 <input id='outputpath' type=file value='/tmp' /><br> |
89 <a class 'buttopn' href='#'><span onClick='wizard.step1_cb()'>Prev</span></a> | 89 <a class 'buttopn' href='#'><span onClick='wizard.step1_cb()'>Prev</span></a> |
90 <a class 'buttopn' href='#'><span onClick='wizard.step3_cb()'>Next</span></a> | 90 <a class 'buttopn' href='#'><span onClick='wizard.step2_cb()'>Next</span></a> |
91 </div> | 91 </div> |
92 <div id='wizard_step3'> | 92 <div id='wizard_step3'> |
93 The step 3 is not implemented yet | 93 Generating files<br> |
94 </div> | 94 </div> |
95 | 95 |
96 <script type="text/javascript" src="inkscape.js" > | 96 <script type="text/javascript" src="inkscape.js" > |
97 </script> | 97 </script> |
98 </body> | 98 </body> |