Guest User

Untitled

a guest
Jun 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <input class="input_mayuscula" type="text" name="sistema_enc" value="<?php echo $alm->__GET('sistema_enc'); ?>" style="width:100%;" />
  2.  
  3. <select name="sistema_enc" class="input_mayuscula" value="<?php echo $alm->__GET('sistema_enc'); ?>">
  4. <option value=""></option>
  5. <option value="MRW">MRW</option>
  6. <option value="DOMESA">DOMESA</option>
  7. <option value="GRUPOO ZOOM">GRUPO ZOOM</option>
  8. <option value="TEALCA">TEALCA</option>
  9. <option value="SEREX">SEREX</option>
  10. </select>
Add Comment
Please, Sign In to add comment