示例#1
0
                  
                  <a href="#" id="showmoreinfo">+ show more info</a>
                
                </div>
                
                <div id="corrrightcol">
                	
                  <div class="lggreyhead" style="float: left;" id="toplggrey"></div>
                  
                  <!-- the loading graphic -->                  
                  <div class="loadingmessages" id="tploadingimg">
                  <img src="images/ajax-loader.gif" width="24" height="24" align="absmiddle" />
                  </div>
                  <!-- / the loading graphic -->
                  
                  <div id="withrep">with: <?php print getRepsDrop('repcorr',true); ?></div>
                 
                  
                  <div id="corrcontainer">
                  
                  </div>
                  
									<div id="checklistcontainer">
                  <div class="lggreyhead" id="bglggrey">new message</div>
                  <div id="messmess"></div>
									<div class="c"></div>                  
									<?php //print getRepsCheckList(); ?>
                                    <div id="cc">CC:</div>
                                    <input class="input" name="repnames" id="repnames" value="" />
                  </div>
                  
示例#2
0
    </td>
  </tr>
  <tr>
    <td rowspan="2" valign="top" >

     <label >
      target date<br />
      <input name="targetdate" id="targetdate" type="text" class="input" 
      readonly="readonly" value="<?php print dateFix(getVal('targetdate'));?>" />
    </label>    
    
    </td>
    <td valign="top">
    <label >
    rep<br />
      <?php print getRepsDrop(); ?>
    </label>
      <td rowspan="2" valign="top">
      
    <div class="hidestatusoption" id="option_closed">
    <label >closed date<br />
      <input name="dateclosed" id="dateclosed" type="text" class="input" 
      readonly="readonly" value="<?php print dateFix(getVal('dateclosed'));?>" />
	</label>  
    </div>
    
    <div class="hidestatusoption" id="option_pending">
    <label class="reasonholder">reason for pending status<br />
		
	</label>  
    </div>
示例#3
0
    </div>

    
    <div class="hidestatusoption" id="option_lost">
    <label class="reasonholder">reason for lost status<br />

	</label>  
    </div>
    
  
          
      </td>
  </tr>
  <tr>
    <td valign="top"><label >quoted by<br />
      <?php print getRepsDrop('quotedby_repid'); ?> </label></td>      
  </tr>
  <tr>
    <td colspan="3">
    <label>
    	comments<br />
    	<textarea name="comments" id="comments" cols="" rows="" class="input"><?php print getVal('comments');?></textarea>
        
    </label>
    </td>
    </tr>
  <tr>
    <td colspan="3">
    
    <input type="hidden" name="hfname" id="hfname" />
    <input type="hidden" name="hiddenuploaddir" id="hiddenuploaddir" value="<?php print $uploadDir;?>" />