Revision 627
- Date:
- 2016/11/30 12:11:03
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/webshop/comps/contenido/webshop/components/block_order_id_finder.msn
1 <script type="text/javascript"> 2 <!-- 3 $(document).ready(function(){ 4 5 }); 6 //--> 7 </script> 1 8 <fieldset> 2 9 <legend>Поиск заказа по номеру</legend> 10 11 <form name="search_doc_by_id" action="" method="GET" target="_blank"> 12 <table width="100%" border="0" cellpadding="0" cellspacing="6" class="tform"> 13 <tr><td><b>Выберите статус:</b></td></tr> 14 <tr><td><& "/contenido/components/string.msn", name => 'id', &></td> 15 <tr><td><input type="submit" value="Найти" class="btn"></td></tr> 16 </table> 17 </form> 3 18 4 19 </fieldset>