Advertisement
Guest User

Untitled

a guest
Jun 12th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="6">
  2. <TR>
  3. <TD ALIGN="CENTER" VALIGN="TOP">
  4. <br><span class=head><?=PROFILE?>: </span>[<?=ID?>]
  5. <br><br>
  6. <table CellSpacing="0" CellPadding="0" width="<?=C_BWIDTH?>" border=0>
  7. <Tr>
  8. <Td valign="top">
  9. <?if (SHOW_PHOTOS) { /* If allow to show photos - Begin */ ?>
  10. <?while(isset($pictures[$p])) { /* Show Photos - Begin */ ?>
  11. <a href="<?=$photos[$p]?>" target="_blank"><img src="<?=$pictures[$p]?>" border="<?=C_IMG_BRDR?>" width="140"></a><br><br>
  12. <?$p++;if(C_VIEW_PHOTOS_SHOW == $p) break;} /* Show Photos - End */ ?>
  13. <?} else { /* If allow to show photos - End */ ?>
  14. &nbsp;
  15. <?}?>
  16. <?=TOTAL_PHOTOS?>: <strong><?=PICTURES_NUMBER?></strong>
  17. <?if(IS_NOT_CHECKED) {?>
  18. <BR>
  19. <BR>
  20. <Table CellSpacing="<?=C_BORDER?>" CellPadding="0" width="140" bgcolor="<?=C_TBCOLOR?>">
  21. <Tr>
  22. <Td>
  23. <Table Border=0 CellSpacing="<?=C_IBORDER?>" CellPadding="<?=C_CELLP?>" width="140" class=mes>
  24. <Tr align="center" bgcolor="<?=COLOR1?>">
  25. <Td HEIGHT="24" colspan="2">
  26. <?=IS_NOT_CHECKED?>
  27. </Td>
  28. </Tr>
  29. </table>
  30. </td>
  31. </tr>
  32. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement