 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ Prmods "Kamels" version 1.0.8 ~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Version de fsb : 1.0.5

Cration : 21/03/2005
Mise  jour : 16/04/2006

Auteur : Grummfy (grummfy@yahoo.fr)
Site : http://www.grummfy.com

#
# [1] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/IceCold.css

#
# [2] ---------- chercher -------------------------------------------------------
#
/* Style sur le texte des textarea et input */
input, textarea.texte { background-color: #F5F5F5; border-color: #000000; color: #000000; }

#
# [3] ---------- apres, ajouter -------------------------------------------------
#
/* mods colorise_title */
/* add */
.colorise_title_0 {color:green}

.colorise_title_1 {color:darkred}

.colorise_title_2 {color:blue}

.colorise_title_3 {color:olive}

.colorise_title_4 {color:Lime}

.colorise_title_5 {color:red}

.colorise_title_6 {background-color: blue; color:yellow; border: solid 1px red;}
/* end mods colorise_title */

button.boutton { background-color: #F5F5F5; border-color: #FFFFFF; color: #000000; font-family: verdana; font-size: 12px; }

#
# [4] ---------- chercher -------------------------------------------------------
#
	/* Style sur les TD des FScodes */

#
# [5] ---------- apres, ajouter -------------------------------------------------
#
td.fscode_attach_titre { background-image: url("images/td_attach_titre.gif"); font-weight: bold; height: 25px; color: #FFFFFF;border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.fscode_attach { background-color: #999999; font-size: 12px; color: #FFFFFF; }

#
# [6] ---------- chercher -------------------------------------------------------
#
/* DEBUT TABLE */

#
# [7] ---------- apres, ajouter -------------------------------------------------
#
   /* Style sur les TD de la messagerie prive */
td.td_mp { background-color: #e5e5e5; border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_mp2 { background-color: #e5e5e5; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_mp3 { background-color: #f0f0f0; border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_mp4 { background-color: #f0f0f0; border: solid 1px #000000; border-width: 1px 0px 0px 1px; }

#
# [8] ---------- ouvrir ---------------------------------------------------------
#
theme/IceCold/deplacer_sujet.tpl

#
# [9] ---------- chercher -------------------------------------------------------
#
			{ERREUR}<br />{LISTE}<br /><br />
#
# [10] ---------- apres, ajouter -------------------------------------------------
#
			{L_CHOIX} <input type="checkbox" name="deplacer_redirection"  /><br />{L_AIDE}<br /><br />

#
# [11] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/forum_corps.tpl

#
# [12] ---------- chercher -------------------------------------------------------
#
   <table width="100%" class="tableau" cellspacing="0" cellpadding="3">
   <!-- BEGIN type -->

#
# [13] ---------- remplacer par --------------------------------------------------
#
   <!-- BEGIN type -->
   <table width="100%" class="tableau" cellspacing="0" cellpadding="3">

#
# [14] ---------- chercher -------------------------------------------------------
#
   <!-- END sujet -->
   <tr>
      <td class="td_titre4" colspan="4"> </td>
   </tr>
   <!-- END type -->
   <!-- IFEXIST aucun_sujet -->

#
# [15] ---------- remplacer par --------------------------------------------------
#
   <!-- END sujet -->
   <tr>
      <td class="td_titre4" colspan="4"> </td>
   </tr>
   </table><br />
   <!-- END type -->
   <!-- IFEXIST aucun_sujet -->
   <table width="100%" class="tableau" cellspacing="0" cellpadding="3">

#
# [16] ---------- chercher -------------------------------------------------------
#
   <!-- ENDIF -->
   <table width="100%" cellpadding="5">

#
# [17] ---------- avant, ajouter -------------------------------------------------
#
   </table>

#
# [18] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/configuration_theme.php

#
# [19] ---------- chercher -------------------------------------------------------
#
?>

#
# [20] ---------- avant, ajouter -------------------------------------------------
#
$theme['upload_ouvert'] = '<br /><table class="tableau" style="width: %s;" align="center" cellspacing="0" cellpadding="3"><tr><td class="fscode_attach_titre">%s</td></tr><tr><td class="fscode_attach" align="center"><a href="%s" target="_blank">%s</a></td></tr><tr><td class="fscode_attach">';
$theme['upload_ferme'] = '</td></tr></table><br />';

#
# [21] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/header.tpl
#
# [22] ---------- chercher -------------------------------------------------------
#
<a href="{U_LISTEMEMBRE}" class="menu">{L_LISTEMEMBRE}</a>  

#
# [23] ---------- apres, ajouter -------------------------------------------------
#
<!-- IFEXIST switch_mod_groupes -->
-  <a href="{U_GROUPE}" class="menu">{L_GROUPE}</a>  
<!-- ENDIF -->

#
# [24] ---------- chercher -------------------------------------------------------
#
				<a href="{U_PROFIL}" class="menu">{L_PROFIL}</a>  -  

#
# [25] ---------- apres, ajouter -------------------------------------------------
#
				<a href="{U_UPLOAD}" class="menu">{L_UPLOAD}</a>  -  
				<!-- IFEXIST switch_mod_message_prive -->
				<a href="{U_MP}" class="menu">{L_MP}</a>  -  
				<!-- ENDIF -->;

#
# [26] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/poster_corps.tpl

#
# [27] ---------- chercher -------------------------------------------------------
#
<form method="post" action="{U_ACTION}" name="form_nom">

#
# [28] ---------- remplacer par -------------------------------------------------
#
<form method="post" action="{U_ACTION}" name="form_nom" enctype="multipart/form-data">

#
# [29] ---------- chercher -------------------------------------------------------
#
	<!-- IFEXIST invite -->
	<tr>
		<td class="td_poster4" width="20%" align="left">{L_LOGIN}</td>
		<td class="td_poster5" width="80%" align="left">
			<input type="hidden" name="posteur_invite" value="TRUE" />
			<input type="text" size="40" maxlength="20" class="texte" name="pseudo" />
		</td>
	</tr>
	<!-- ENDIF -->

#
# [30] ---------- apres, ajouter -------------------------------------------------
#
	<!-- BEGIN upload_res -->
	<tr>
		<td class="td_poster4" width="20%" align="left" valign="top">{upload_res.L_UPLOAD_RES}</td>
		<td class="td_poster5" width="80%" align="left"><span class="b">{upload_res.UPLOAD_RES}</span></td>
	</tr>
	<!-- END upload_res -->

#
# [31] ---------- chercher -------------------------------------------------------
#
			<!-- END smiley -->
		</td>
	</tr>

#
# [32] ---------- apres, ajouter -------------------------------------------------
#
	<!-- IFEXIST upload -->
	<tr>
		<td class="td_titre2" width="100%" align="center" colspan="2">{L_FICHIER_JOINT}</td>
	</tr>
	<tr>
		<td class="td_poster4" valign="top">{L_UPLOAD} :<br /><br />{L_UPLOAD_DESC} :</td>
		<td class="td_poster5">
			<input class="typetext" type="file" name="upload_mod" size="35"> 
			<input class="boutton" type="submit" name="submit_upload_mod" value="{L_SUBMIT_UPLOAD}" style="font-weight: bold;" />
			<br /><textarea class="texte" name="upload_desc" rows="3" cols="40"></textarea>
		</td>
	</tr>
	<!-- ENDIF -->

#
# [33] ---------- chercher -------------------------------------------------------
#
	<!-- IFEXIST sujet_nom -->
	<tr>
		<td class="td_poster4" width="20%" align="left">{L_TITRE_SUJET}</td>
		<td class="td_poster5" width="80%" align="left"><input type="text" size="70" maxlength="60" class="texte" name="sujet_nom" value="{V_TITRE_SUJET}" /></td>
	</tr>
	<!-- ENDIF -->

#
# [34] ---------- apres, ajouter -------------------------------------------------
#
	<!-- IFEXIST message_prive -->
	<tr>
		<td class="td_poster4" width="20%" align="left">{L_DESTINATAIRE}</td>
		<td class="td_poster5" width="80%" align="left"><input type="text" size="40" maxlenght="20" class="texte" name="destinataire" value="{V_DESTINATAIRE}" /></td>
	</tr>
	<!-- ENDIF -->
	
#
# [35] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/profil_public_corps.tpl

#
# [36] ---------- chercher -------------------------------------------------------
#
				<tr>
					<td width="200"><span class="b">{L_AUT}:</span></td>
					<td>{AUT}</td>
				</tr>

#
# [37] ---------- apres, ajouter -------------------------------------------------
#
				<!-- IFEXIST upload -->
				<tr>
					<td width="200"><span class="b">{L_UPLOAD} :</span></td>
					<td><a href="{U_UPLOAD}">{UPLOAD}</a> Octets</td>
				</tr>
				<!-- ENDIF -->

#
# [38] ---------- chercher -------------------------------------------------------
#
				<tr>
					<td align="right" width="200">{L_MAIL}:</td>
					<td>{MAIL}</td>
				</tr>

#
# [39] ---------- apres, ajouter --------------------------------------------------
#
				<tr>
					<td align="right" width="200">{L_MP}:</td>
					<td>{MP}</td>
				</tr>

#
# [40] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/admin/admin_index.tpl

#
# [41] ---------- chercher -------------------------------------------------------
#
	<tr>
		<td class="td_admin4">{L_TAILLE_SMILEY} :<br />{L_NB_SMILEY} :</td>
		<td class="td_admin2" width="300"><span class="b">{TAILLE_SMILEY}<br />{NB_SMILEY}</span></td>
	</tr>

#
# [42] ---------- apres, ajouter -------------------------------------------------
#
	<tr>
		<td class="td_admin4">{L_TAILLE_UPLOAD} :<br />{L_NB_UPLOAD} :</td>
		<td class="td_admin2" width="300"><span class="b">{TAILLE_UPLOAD}<br />{NB_UPLOAD}</span></td>
	</tr>

#
# [43] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/gestion_membre.tpl

#
# [44] ---------- chercher -------------------------------------------------------
#
	<tr>
		<td class="td_admin2">{L_AUT_SIGNATURE}</td>
		<td class="td_admin4">
			<input type="radio" name="aut_signature" value="1" {V_AUT_SIGNATURE_OUI} /> {L_OUI}   
			<input type="radio" name="aut_signature" value="0" {V_AUT_SIGNATURE_NON} /> {L_NON}
		</td>
	</tr>

#
# [45] ---------- apres, ajouter -------------------------------------------------
#
	<tr>
		<td class="td_admin2">{L_AUT_UPLOAD}</td>
		<td class="td_admin4">
			<input type="radio" name="aut_upload" value="1" {V_AUT_UPLOAD_OUI} /> {L_OUI}   
			<input type="radio" name="aut_upload" value="0" {V_AUT_UPLOAD_NON} /> {L_NON}
		</td>
	</tr>
	<tr>
		<td class="td_admin2">{L_AUT_MP}</td>
		<td class="td_admin4">
			<input type="radio" name="membre_mp_actif" value="1" {V_AUT_MP_OUI} /> {L_OUI}   
			<input type="radio" name="membre_mp_actif" value="0" {V_AUT_MP_NON} /> {L_NON}
		</td>
	</tr>
	<tr>
		<td class="td_admin2">{L_MEMBRE_RANG}</td>
		<td class="td_admin4">{LISTE_RANG}</td>
	</tr>

#
# [46] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/sujet_corps.tpl

#
# [47] ---------- chercher -------------------------------------------------------
#
{message.IMG_MAIL}

#
# [48] ---------- apres, ajouter --------------------------------------------------
#
 {message.IMG_MP}

#
# [49] ---------- chercher -----------------------------------------------------
#
			<span class="b">{message.MEMBRE_LOGIN}</span>

#
# [50] ---------- apres, ajouter -----------------------------------------------
#
			<span class="petit">{message.RANG_TITRE}</span><br />{message.RANG_IMG}

#
# [51] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/profil_corps.tpl

#
# [52] ---------- chercher -------------------------------------------------------
#
	<tr>
		<td class="td_profil_bas">{L_VISION_MAIL} :</td>
		<td class="td_profil2_bas">
			<input type="radio" name="vision_mail" value="1" {V_MAIL_OUI} /> {L_OUI}   
			<input type="radio" name="vision_mail" value="0" {V_MAIL_NON} /> {L_NON}
		</td>
	</tr>

#
# [53] ---------- avant, ajouter --------------------------------------------------
#
	<tr>
		<td class="td_profil">{L_NOT_MP} :</td>
		<td class="td_profil2">
			<input type="radio" name="notification_mp" value="1" {V_NOT_MP_OUI} /> {L_OUI}   
			<input type="radio" name="notification_mp" value="0" {V_NOT_MP_NON} /> {L_NON}
		</td>
	</tr>

#
# [54] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/admin/admin_configuration.tpl

#
# [55] ---------- chercher -------------------------------------------------------
#
	<tr>
		<td class="td_admin4">{L_FORUM_MAIL}:</td>
		<td class="td_admin2" width="350"><input type="text" name="forum_mail" size="30" maxlength="50" value="{V_FORUM_MAIL}" /></td>
	</tr>

#
# [56] ---------- apres, ajouter -------------------------------------------------
#
	<tr>
		<td class="td_admin4">{L_FORUM_MAIL}:<br />{L_SMTP_SMTP}<br />{L_SMTP_PORT}</td>
		<td class="td_admin2" width="350"><br /><input type="text" name="smtp_smtp" size="30" maxlength="50" value="{V_FORUM_SMTP_SMTP}" /><br /><input type="text" name="smtp_port" size="30" maxlength="50" value="{V_FORUM_SMTP_PORT}" /></td>
	</tr>

#
# [57] ---------- chercher -------------------------------------------------------
#
	<tr>
		<td class="td_admin4" valign="top">{L_MAIL_PAR_FORUM}:</td>
		<td class="td_admin2" width="350">
			<input type="radio" name="mail_par_forum" value="1" {V_MAIL_PAR_FORUM_OUI} /> {L_OUI}   
			<input type="radio" name="mail_par_forum" value="0" {V_MAIL_PAR_FORUM_NON} /> {L_NON}
		</td>
	</tr>

#
# [58] ---------- apres, ajouter -------------------------------------------------
#
	</tr>
		<td class="td_admin4" valign="center">{L_MESSAGERIE_PRIVEE}</td>
		<td class="td_admin2" width="350">
			<input type="radio" name="messagerie_privee" value="1" {V_MESSAGERIE_PRIVEE_OUI} /> {L_OUI}   
			<input type="radio" name="messagerie_privee" value="0" {V_MESSAGERIE_PRIVEE_NON} /> {L_NON}
		</td>
	</tr>
	</tr>
		<td class="td_admin4" valign="center">{L_QUOTA_MP}</td>
		<td class="td_admin2" width="350"><input type="text" name="quota_mp" value="{V_QUOTA_MP}" size="10" maxlength="5" /></td>
	</tr>

#
# [59] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/admin/gestion_forum.tpl

#
# [60] ---------- trouver ---------------------------------------------------------
#
<tr>
		<td class="td_admin">{L_FORUM_NOM}:</td>
		<td class="td_admin2"><input type="text" name="forum_nom" value="{V_FORUM_NOM}" class="texte" size="35" /></td>
	</tr>

#
# [61] ---------- apres, ajouter ---------------------------------------------------------
#
<!-- BEGIN liens -->
	<tr>
		<td class="td_admin">{liens.L_LIEN}:</td>
		<td class="td_admin2"><input type="text" name="lien" value="{V_LIEN}" class="texte" size="35" /></td>
	</tr>
	<!-- END liens -->
	<tr>
		<td class="td_admin">{L_TYPE}:</td>
		<td class="td_admin2">
		<script language="JavaScript">
<!--
function menuderoulant(cadre,selection){
eval(cadre+".location='"+selection.options[selection.selectedIndex].value+"'");
}
//-->
</script>
		<select name="choix" onchange="menuderoulant('parent',this)">
    <option value="{VALUE_FORUM}" {SELECT_FORUM}>Forum</option>
    <option value="{VALUE_LIEN}" {SELECT_LIEN}>Lien</option>
</select> </td>
	</tr>