1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
</title><link rel="stylesheet" type="text/css" media="screen" href="App_Themes/Defaut/superfish.css" />
<script type="text/javascript" src="Scripts/jquery/jquery-1.3.2.js"></script>
<script type="text/javascript" src="Scripts/jquery/superfish.js"></script>
<script type="text/javascript" src="Scripts/jquery/formToWizard.js"></script>
<script src="Scripts/jquery/jquery.corner.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("ul.sf-menu").superfish();
});
</script>
</head>
<body>
<form name="aspnetForm" method="post" action="Test.aspx" id="aspnetForm">
<div>
<input type="hidden" name="ctl00_ToolkitScriptManager1_HiddenField" id="ctl00_ToolkitScriptManager1_HiddenField" value="" />
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTY1NDU2MTA1MmRk3MekBHtZsUgbbmi1MKC9k9jjVmc=" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/IHM/WebResource.axd?d=0aJ1823ryqt5jIgBBPX1eA2&t=633595408183430636" type="text/javascript"></script>
<script src="/IHM/ScriptResource.axd?d=NsRfmCWDC4SHL4te-ST5atdA6hhBwbOLxALe7L0zO4AV-fr--AwdcO7hcaKAhEgb3iqTdaxudajeYNkY3p-UoCD-_sAr6reBAdAn7gp8LRc1&t=fffffffff5d4fd0a" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('Échec du chargement de l\u0027infrastructure ASP.NET Ajax côté client.');
//]]>
</script>
<script src="/IHM/ScriptResource.axd?d=NsRfmCWDC4SHL4te-ST5atdA6hhBwbOLxALe7L0zO4AV-fr--AwdcO7hcaKAhEgbVATS2pfrXwLaM8UoegGxrFhDNrldcruK7JdoWNrfizPoXmTphGqXhKUgFRikkBED0&t=fffffffff5d4fd0a" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ToolkitScriptManager1', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]>
</script>
<div style="height:100px">
<ul class="sf-menu">
<li><a href="#">menu 1</a></li>
<li><a href="#">menu 2</a>
<ul>
<li><a href="#">Sous menu 2.1</a></li>
<li><a href="#">Sous menu 2.2</a></li>
</ul>
</li>
<li><a href="#">menu 3</a></li>
<li><a href="#">menu 4</a>
<ul>
<li><a href="#">Sous menu 4.1</a>
<ul>
<li><a href="#">Sous sous menu 4.1.1</a></li>
<li><a href="#">Sous sous menu 4.1.2</a></li>
<li><a href="#">Sous sous menu 4.1.3</a></li>
</ul>
</li>
<li><a href="#">Sous menu 4.2</a></li>
</ul>
</li>
<li><a href="#">menu 5</a></li>
</ul>
</div>
<br />
<br />
<div>
<script type="text/javascript">
$(function(){
$("#aspnetForm").formToWizard();
});
</script>
<fieldset>
<legend> 1 - falls through to step 2 on next</legend>
<input type="text" value="" /><br />
<input type="text" value="" /><br />
<input type="text" value="" /><br />
</fieldset>
<fieldset>
<legend>step 2 - branch step</legend>
<input type="text" value="" /><br />
<input type="text" value="" /><br />
<input type="text" value="" /><br />
<select class="link" >
<option value="" >Choose the step to go to...</option>
<option value="thirdStep" >Go to Step3</option>
<option value="fourthStep" >Go to Step4</option>
</select><br />
</fieldset>
<fieldset>
<legend>step 3 - submit step</legend>
<input type="text" value="" /><br />
<input type="text" value="" class="required"/><br />
</fieldset>
<fieldset>
<legend>step 4</legend>
<input type="text" value="" /><br />
<input type="text" name="email" class="required email" /><br />
</fieldset>
<fieldset>
<legend>step 5 - last step</legend>
<input type="text" value="" /><br />
<input type="text" value="" /><br />
</fieldset>
<input type="reset" value="Reset" />
<input type="submit" value="Submit" />
</div>
<script type="text/javascript">
//<![CDATA[
Sys.Application.initialize();
//]]>
</script>
</form>
</body>
</html> |
Partager