rec_position.code.php 403 B

1234567891011
  1. <?php defined('InShopNC') or exit('Access Invalid!');?>
  2. <style type="text/css">
  3. h3 { margin-top:0;
  4. }
  5. </style>
  6. <dl>
  7. <dt style="padding:10px 30px;">
  8. <input type="text" style="width:400px;" value="&lt;?php echo rec(<?php echo $_GET['rec_id'];?>);?&gt;">
  9. </dt>
  10. <dd style="border-top: dotted 1px #E7E7E7; padding:10px 30px; color: #F60;"><?php echo $lang['rec_ps_copy_clip'];?></dd>
  11. </dl>