Exemplo n.º 1
0
    echo "{$List['nourut']}";
    ?>
&nama=<?php 
    echo "{$List['nama_file']}";
    ?>
" ><font size="2"><?php 
    echo '=> ' . $List['dafisi'];
    ?>
</font></a><br>
	<?php 
}
?>
</font>	  </td>
      <td width="40%" align="left" valign="top" class="row6"><br />
      <font color="#0000FF" size="3"><strong>Visi :</strong></font><br /><strong><?php 
echo visi_unit($xkdunit);
?>
</strong><br /><br />
      <font color="#0000FF" size="3"><strong>Misi :</strong></font><br /><strong>
	  <?php 
$sql = "select * from tb_unitkerja_misi WHERE kdunit = '{$xkdunit}' order by kdmisi";
$data = mysql_query($sql);
while ($rdata = mysql_fetch_array($data)) {
    echo '<strong>' . $rdata['kdmisi'] . '. ' . $rdata['nmmisi'] . '<br>' . '</strong>';
}
?>
	  <br />
      <font color="#0000FF" size="3"><strong>Tugas Pokok :</strong></font><br /><strong>
	 <?php 
echo tusi_unit($xkdunit);
?>
Exemplo n.º 2
0
    echo "{$List['nourut']}";
    ?>
&nama=<?php 
    echo "{$List['nama_file']}";
    ?>
" ><font size="2"><?php 
    echo '=> ' . $List['dafisi'];
    ?>
</font></a><br>
<?php 
}
?>
</font>	  </td>
      <td width="51%" align="left" valign="top" class="row6"><br />
      <font color="#009900" size="3"><strong>Visi :</strong></font><br /><strong><?php 
echo visi_unit('480000');
?>
</strong><br /><br />
      <font color="#009900" size="3"><strong>Misi :</strong></font><br /><strong>
	  <?php 
$kode = '480000';
$sql = "select * from tb_unitkerja_misi WHERE kdunit = '{$kode}' order by kdmisi";
$data = mysql_query($sql);
while ($rdata = mysql_fetch_array($data)) {
    echo '<strong>' . $rdata['kdmisi'] . '. ' . $rdata['nmmisi'] . '<br>' . '</strong>';
}
?>
	  </strong><br />
      <font color="#009900" size="3"><strong>Tugas Pokok:</strong></font><br /><strong>
	  <?php 
echo tusi_unit('480000');