Back to top

Autore Topic: Creare una template da una template normale.  (Letto 1930 volte)

luigi7

  • Visitatore
Creare una template da una template normale.
« il: 17 Mar 2011, 19:02:27 »
Salve, chi è capace di farci questo favore?
Ho la struttura del nostro vecchio sito che vorremo che il nuovo sia fatto con joomla.

E l'associazione della mia zia. vi posto solo l'html, perché non mi riesce ad capire come inserire i tag
per joomla.

Vi posto sia l'header.php e la footer.php.


header.php
Codice: [Seleziona]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
    <style>




.text1 {
font-family: tahoma;
font-size: 11px;
color: #4995EA;
font-weight: bold;
}
.text2 {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #19199b;
}
.text3 {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #5CBD0B;
}
.text4 {
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #BF302C;
}
.text5 {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #C6C6C6;
}
.text6 {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
}
.text7 {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
}
.text8 {

font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #94AEC5;
}
.text9 {


font-family: tahoma;
font-size: 12px;
font-weight: normal;
color: #4E4E4E;
}
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
margin: 0;
padding: 0;
/*background: #FFFFFF;*/
background-image:url(sfondo.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

h1, h2, h3 {
margin: 0;
padding: 0;
font-weight: normal;
color: #FF3000;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2.8em;
}

h3 {
font-size: 1.6em;
}

p, ul, ol {
margin-top: 0;
line-height: 180%;
}

ul, ol {
}

a {
text-decoration: none;
color: #FF3000;
}

a:hover {
}

#wrapper {
margin: 0 auto;
padding: 0;
}

.d a {
text-decoration: none;
color: #FFFFFF;
}

.d a:hover
{
    font-style:italic;
}

.post {
margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
margin-bottom: 10px;
padding: 12px 0 0 0px;
letter-spacing: -.5px;
color: #000000;
font-size:20px;
}

.post .title a {
color: #A7430F;
border: none;
}

.post .meta {
height: 30px;
border-bottom: 1px solid #E9E3CB;
margin: 0px;
padding: 0px 0px 0px 0px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.post .meta .date {
float: left;
height: 24px;
padding: 3px 0px;
color: #464032;
}

.post .meta .posted {
float: right;
height: 24px;
padding: 3px 15px;
background: #84d51e;
color: #464032;
}

#linkpaging {
font-size: 11px;
font-family: tahoma;
color:#5CBD0B;
font-weight : bold;}
H1 {
font-size:11px;
font-family: Tahoma;
color: #000000;
font-weight : normal;
}
H4 {
font-size: 11px;
font-family: tahoma;
color:#5CBD0B;
font-weight : bold;
}
.post .meta a {
color: #464032;
}

.post .entry {
padding: 0px 0px 20px 0px;
padding-bottom: 20px;
text-align: justify;
}

.titolo
{
    padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
background: #84d51e;
letter-spacing: -.5px;
font-size: 1.8em;
color: #464032;
}




p.title2 {
font-weight: bold;
font-size: 20px;
    background-color: #E0E0F0;
    border: 1px solid black;
    padding: 2px;
    padding-left: 8px;
   
}
.box
{
margin-bottom: 1.25em;

}

.boxContent
{
margin-top: 0.5em;
padding: 1.25em 1em 0.25em 1em;

background: #ffffff url('images/a1.gif') top left repeat-x;
}

/** boxA **/

.boxA .boxContent
{
margin-top: 0em;
color: #fff;
border-bottom: solid 1px #bb6600;
background: #ff8800;
padding: 1em 1.5em 1em 1em;
}

.boxA span
{
font-weight: bold;
font-size: 0.8em;
}

.boxA a
{
background-color: inherit;
color: #fff;
font-size: 14px;
}

.boxA a:hover
{
text-decoration: none;
border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
margin-top: 0.25em;
vertical-align: middle;
}

.boxA input.text
{
width: 100%;
}

/** boxB **/

.boxB .boxContent
{

margin-top: 0em;
color: #fff;
border-bottom: solid 1px #004466;
background: #007799;

padding: 1em 1.5em 1em 1em;
}

.boxB span
{
font-weight: bold;
font-size: 0.8em;
}

.boxB a
{
background-color: inherit;
color: #fff;
font-size: 0.8em;
}

.boxB a:hover
{
text-decoration: none;
border-bottom: solid 1px #007799;
}

.boxB input.button
{
margin-top: 0.25em;
vertical-align: middle;
}

.boxB input.text
{
width: 100%;
}
</style>
</head>
<body style="background-color:#FFFFFF;margin-top:0px;margin-left:0px; margin-bottom:0px;margin-right:0px;">

<table width="100%"   cellpadding="0" cellspacing="0" align="center" >
  <tr>
 <td width="100%" align="left" valign="top"><table width="100%" cellpadding="0" cellspacing="0" style="background-image:url('/_images/template/top_2.jpg');">
   
     <td align="left" ><img alt="#" src="/_images/template/top_1copia.jpg"/></td>
 
</tr> </table>
<table width="100%"  cellspacing="0" cellpadding="0">
  <tr>
    <td height="3px">
</td>
  </tr>
</table>
<table width="100%" cellspacing="0" cellpadding="1"  style="background-image:url('/_images/template/b_links.jpg');">
  <tr>
    <td height="49" align="center" class="d"  >
  <a href="/home/"class="d">Home </a> |
  <a href="/_eventi/" class="d">Eventi</a> |
  <a href="/_pages/?pageID=tesseramenti" class="d">Tesseramenti</a> |
  <a href="/_pages/?pageID=progetti"  class="d">Progetti</a> |
  <a href="/_pages/?pageID=fondi" class="d">Raccolta Fondi</a> |
  <a href="/_pages/?pageID=rifugi" class="d">Rifugi</a> | 
  <a href="/_gallery/"class="d">Fotogallery</a> |
  <a href="/video/"class="d">Video</a> |
  <a href="/_pages/?pageID=infoutili" class="d">Info Utili</a> |
  <a href="/_pages/?pageID=faq" class="d">Faq</a> |
<a href="/members/index.php" class="d" style="font-size:10px;">MY ANTA</a>|   </td>
 
  </tr>
</table>
    <table width="100%"  border="0" cellpadding="0" cellspacing="5">
  <tr>
    <td width="25%"  align="left" valign="top" class="text8">

   </td>
    <td width="75%"><div align="center"><span class="text1">
      LA GRANDEZZA DI UNA NAZIONE E IL SUO PROGRESSO MORALE SI POSSONO GIUDICARE DAL MODO IN CUI TRATTA
&nbsp;GLI ANIMALI.<br />
      M. K. &quot;Mahatma&quot; Gandhi (1869-1948)</span>
     
    </div></td>
  </tr>
</table>
 <td width="23%" align="right" valign="top"><img alt="#" src="/_images/template/top_42.jpg" /></td>
 
<table width="100%" border="0" cellspacing="5" cellpadding="5" >
  <tr>
    <td width="18%"  valign="top" align="left">
<div class="box">
    <div class="box boxA">
            <p class="title2">Gruppo Facebook</p>
<div class="boxContent">
                <a href="#">Clicca qui</a><br />
</div>
</div>
<div class="box boxA">
            <p class="title2">Progetti</p>
<div class="boxContent">
                <a href="page_read.php?page=nostriprogetti">I nostri progetti</a><br />
<a href="page_read.php?page=aderisci">Aderisci</a><br />
                <a href="page_read.php?page=5permille">5 per Mille</a><br />
                <a href="page_read.php?page=info">Informazioni</a><br />
              </div>
</div>    <div class="box boxA">
<p class="title2">Manifestazioni</p>
<div class="boxContent">
<a href="page_read.php?page=partecipa" >Partecipa</a><br />
<a href="page_read.php?page=calendario" >Calendario</a><br />
</div>
</div>
<div class="box boxB">
            <p class="title2">Pubblicità</p>
<div class="boxContent">

</div>
</div>
<div class="box boxA">
            <p class="title2">Atleti</p>
<div class="boxContent">
<a href="atleti_gallery.php">Foto Atleti</a><br>
    <a href="page_read.php?page=compleanni">Compleanni</a>
</div>
</div>
       


</div>
<div class="clear"></div>


</td>
    <td width="82%" valign="top" align="left">
    <div>

e questo è il footer.php

Codice: [Seleziona]
</div>
    </td>
  </tr>
</table>
     <table width="100%"  align="center" cellpadding="0" cellspacing="0"  style="background-image:url('/_images/template/b_copy.jpg');" class="text2" >
  <tr>
    <td align="center" class="d"  >

<br />

      <p><font color="#FFffff"> (C) 2005-2006  </font></p></td>
  </tr>

</table>
</form></body>
</html>

Ci date una mano  per favore?,  Io non so come fare ad mettere i tag.

Grazie mille.
Vi ringrazio molto.
« Ultima modifica: 19 Mar 2011, 16:06:20 da luigi7 »

luigi7

  • Visitatore
Re:Creare una template da una template normale.
« Risposta #1 il: 17 Mar 2011, 19:12:27 »
se c'è qualcuno che è disposto ad aiutarci ,

gli posso mandare in via pvt. lo screenshot della home come deve essere fatta.

grazie mille.

Offline bertoandrea86

  • Appassionato
  • ***
  • Post: 433
  • Sesso: Maschio
  • siti coupongratuiti.com / gruppirock.it
    • Mostra profilo
Re:Creare una template da una template normale.
« Risposta #2 il: 17 Mar 2011, 19:17:22 »
Scusa..ma ciò che hai messo fa parte del vecchio template che avevate che fa parte di joomla o di un sito che non ha joomla?

luigi7

  • Visitatore
Re:Creare una template da una template normale.
« Risposta #3 il: 17 Mar 2011, 19:42:27 »
Scusa..ma ciò che hai messo fa parte del vecchio template che avevate che fa parte di joomla o di un sito che non ha joomla?

ciao, e una parte del sito che stavamo facendo da zero per il nuovo sito ed senza usare joomla.

Solo alla fine abbiamo optato per joomla per non perdere la testa di fare tutto da capo.

solo che io sono il nipote ed volevo sapere c'è qualcuno che ci può aiutare .

Se mi dici come fare me la faccio da solo cosi imparo ad fare le template per joomla.

Mi dici come fare avendo la nostra pagina vecchia e mettere i tag per joomla.?

ma dreamweaver cs5 , non dicevano che c'èra la possibilità di fare le template per joomla?

grazie mille.

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re:Creare una template da una template normale.
« Risposta #4 il: 17 Mar 2011, 23:10:13 »
ho trovato questo post nella sezione     Annunci » I vostri annunci su Joomla »
provo a spostarlo in una sezione più idonea.

Offline ariess

  • Global Moderator
  • Instancabile
  • ********
  • Post: 4056
  • Sesso: Maschio
    • Mostra profilo
Re:Creare una template da una template normale.
« Risposta #5 il: 17 Mar 2011, 23:15:57 »

luigi7

  • Visitatore
Re:Creare una template da una template normale.
« Risposta #6 il: 19 Mar 2011, 16:05:45 »
ok, ho risolto, grazie ad voi.

vi ringrazio molto, appena mettiamo online vi faro sapere.

grazie mille.

 



Web Design Bolzano Kreatif