Shawn Mason
|
| Posted: 09/02/2002, 9:00 PM |
|
Is it possible to modify the builders (just now really moving from CC to
CCS)? I find myself editing the html of every "builder" created page just
slightly but always the same adjustments. I recall something about this
being stored in xml files? (and no, I haven't started to dig yet...was
hoping to save a little time by asking <g>).
--
Kindest Regards,
Shawn Mason,CCD,MCP
I.S. Software Design Associates
|
|
|
 |
RonB
|
| Posted: 09/03/2002, 12:18 AM |
|
You can edit the themes if that's what you mean, you could edit them and
store them under another name.
RonB
"Shawn Mason" <shawn@issda.com> schreef in bericht
news:al1c40$lj4$1@news.codecharge.com...
> Is it possible to modify the builders (just now really moving from CC to
> CCS)? I find myself editing the html of every "builder" created page just
> slightly but always the same adjustments. I recall something about this
> being stored in xml files? (and no, I haven't started to dig yet...was
> hoping to save a little time by asking <g>).
>
> --
> Kindest Regards,
>
> Shawn Mason,CCD,MCP
> I.S. Software Design Associates
>
>
>
|
|
|
 |
Shawn Mason
|
| Posted: 09/03/2002, 6:41 AM |
|
Yes, the themes are simply ccs files and easily modifiable. I don't think
the builders use just the themes as there isn't enough information in them
to do so. Two of the things I always change is to add a <br> between the
header and the page and a <center> as well. I added these to the header
(like in CC) to have the same effect but it doesn't seem to carry them over
for some reason (i.e. the tags are being ignored...). So I need them to
exist in the page html but I'm a little tired of putting them there manually
with every page.
"RonB" <r.borkent@123chello.456nl> wrote in message
news:al1nnc$9kq$1@news.codecharge.com...
> You can edit the themes if that's what you mean, you could edit them and
> store them under another name.
>
> RonB
> "Shawn Mason" <shawn@issda.com> schreef in bericht
>news:al1c40$lj4$1@news.codecharge.com...
> > Is it possible to modify the builders (just now really moving from CC to
> > CCS)? I find myself editing the html of every "builder" created page
just
> > slightly but always the same adjustments. I recall something about this
> > being stored in xml files? (and no, I haven't started to dig yet...was
> > hoping to save a little time by asking <g>).
> >
> > --
> > Kindest Regards,
> >
> > Shawn Mason,CCD,MCP
> > I.S. Software Design Associates
> >
> >
> >
>
>
|
|
|
 |
RonB
|
| Posted: 09/03/2002, 12:46 PM |
|
Hi Shawn,
I personaly always use layers (<div></div>) To place all my grids and
records in. So if I need more space between the header and the actual page I
just move the layer and thus all it's content. I suppose you could just give
a few enters in design mode when editing the header that should work. I
prefer layers to tables for layout because they are easier to handle and,
for the company intranet, I only have to design for Internet Explorer 5+. I
think it gives you more control them modifying the builder and then
modifying it again when you come accross a situation where you do not want
the extra spaces.
Ron
"Shawn Mason" <shawn@issda.com> schreef in bericht
news:al2e5h$rin$1@news.codecharge.com...
> Yes, the themes are simply ccs files and easily modifiable. I don't think
> the builders use just the themes as there isn't enough information in them
> to do so. Two of the things I always change is to add a <br> between the
> header and the page and a <center> as well. I added these to the header
> (like in CC) to have the same effect but it doesn't seem to carry them
over
> for some reason (i.e. the tags are being ignored...). So I need them to
> exist in the page html but I'm a little tired of putting them there
manually
> with every page.
>
> "RonB" <r.borkent@123chello.456nl> wrote in message
>news:al1nnc$9kq$1@news.codecharge.com...
> > You can edit the themes if that's what you mean, you could edit them and
> > store them under another name.
> >
> > RonB
> > "Shawn Mason" <shawn@issda.com> schreef in bericht
> >news:al1c40$lj4$1@news.codecharge.com...
> > > Is it possible to modify the builders (just now really moving from CC
to
> > > CCS)? I find myself editing the html of every "builder" created page
> just
> > > slightly but always the same adjustments. I recall something about
this
> > > being stored in xml files? (and no, I haven't started to dig
yet...was
> > > hoping to save a little time by asking <g>).
> > >
> > > --
> > > Kindest Regards,
> > >
> > > Shawn Mason,CCD,MCP
> > > I.S. Software Design Associates
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Shawn Mason
|
| Posted: 09/03/2002, 7:10 PM |
|
I agree on layers. They are much easier to deal with then
tables...BUT...they do position slightly different depending on the browser.
Since what I am doing needs to run in 4.0 browsers and higher...using layers
is only done when there is no other options (and I haven't run into that yet
btw).
Thanks,
Shawn Mason
"RonB" <r.borkent@123chello.456nl> wrote in message
news:al33hq$20j$1@news.codecharge.com...
> Hi Shawn,
>
> I personaly always use layers (<div></div>) To place all my grids and
> records in. So if I need more space between the header and the actual page
I
> just move the layer and thus all it's content. I suppose you could just
give
> a few enters in design mode when editing the header that should work. I
> prefer layers to tables for layout because they are easier to handle and,
> for the company intranet, I only have to design for Internet Explorer 5+.
I
> think it gives you more control them modifying the builder and then
> modifying it again when you come accross a situation where you do not want
> the extra spaces.
>
> Ron
>
> "Shawn Mason" <shawn@issda.com> schreef in bericht
>news:al2e5h$rin$1@news.codecharge.com...
> > Yes, the themes are simply ccs files and easily modifiable. I don't
think
> > the builders use just the themes as there isn't enough information in
them
> > to do so. Two of the things I always change is to add a <br> between
the
> > header and the page and a <center> as well. I added these to the header
> > (like in CC) to have the same effect but it doesn't seem to carry them
> over
> > for some reason (i.e. the tags are being ignored...). So I need them to
> > exist in the page html but I'm a little tired of putting them there
> manually
> > with every page.
> >
> > "RonB" <r.borkent@123chello.456nl> wrote in message
> >news:al1nnc$9kq$1@news.codecharge.com...
> > > You can edit the themes if that's what you mean, you could edit them
and
> > > store them under another name.
> > >
> > > RonB
> > > "Shawn Mason" <shawn@issda.com> schreef in bericht
> > >news:al1c40$lj4$1@news.codecharge.com...
> > > > Is it possible to modify the builders (just now really moving from
CC
> to
> > > > CCS)? I find myself editing the html of every "builder" created
page
> > just
> > > > slightly but always the same adjustments. I recall something about
> this
> > > > being stored in xml files? (and no, I haven't started to dig
> yet...was
> > > > hoping to save a little time by asking <g>).
> > > >
> > > > --
> > > > Kindest Regards,
> > > >
> > > > Shawn Mason,CCD,MCP
> > > > I.S. Software Design Associates
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Sixto Luis Santos
|
| Posted: 09/03/2002, 10:31 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_011F_01C253B3.7CBA7100
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello Shawn,
You can modify the generated template by changing the generators. There =
are several JavaScript files associated with the wizards that control, =
not only the wizard behavior, but the generated html as well (i believe =
the code is generated using the pattern files, and those you cannot =
change). For example, to change the default blank page template, edit =
pageblank.js located at C:\Program =
Files\CodeChargeStudio\Components\Dialogs\Wizards\PageSet\. To have the =
templates to, by default, add a <BR> after the header, locate the =
following lines (around line number 149) and add whatever you want in =
there:
var htmlTag =3D htmlSourceObject.getTag();
if (beforeEndOfPage)
htmlTag.innerHTML =3D htmlTag.innerHTML+"<!-- Before the footer =
--><BR>{"+pageExist+"}\r\n";
else
htmlTag.innerHTML =3D "\r\n{"+pageExist+"}<BR><!-- After the header =
-->"+htmlTag.innerHTML;
=20
This would add a couple of comments and <BR>'s after the {Header} and =
before the {Footer}.=20
The base template is located at the bottom of the JS file, and looks =
something like this:
else if (pageIsBlank) Page.templateContent(true) =3D =
"<html>\r\n<head>\r\n<title>"+Page.name+"</title>\r\n</head>\r\n<body>\r\=
n</body>\r\n</html>\r\n<!--=A92002 Whatever-->";
There we added a dummy copyright notice, but you can add whatever you =
want. Take great care to maintain the integrity of the script.
As always, is a good practice to create a copy of the original file =
before you start custom modifications. In fact, it is a good idea to =
maintain a reference copy of the entire Components folder, just in case.
Regards,
Sixto
"Shawn Mason" <shawn@issda.com> wrote in message =
news:al2e5h$rin$1@news.codecharge.com...
> Yes, the themes are simply ccs files and easily modifiable. I don't =
think
> the builders use just the themes as there isn't enough information in =
them
> to do so. Two of the things I always change is to add a <br> between =
the
> header and the page and a <center> as well. I added these to the =
header
> (like in CC) to have the same effect but it doesn't seem to carry them =
over
> for some reason (i.e. the tags are being ignored...). So I need them =
to
> exist in the page html but I'm a little tired of putting them there =
manually
> with every page.
>=20
> "RonB" <r.borkent@123chello.456nl> wrote in message
>news:al1nnc$9kq$1@news.codecharge.com...
> > You can edit the themes if that's what you mean, you could edit them =
and
> > store them under another name.
> >
> > RonB
> > "Shawn Mason" <shawn@issda.com> schreef in bericht
> >news:al1c40$lj4$1@news.codecharge.com...
> > > Is it possible to modify the builders (just now really moving from =
CC to
> > > CCS)? I find myself editing the html of every "builder" created =
page
> just
> > > slightly but always the same adjustments. I recall something =
about this
> > > being stored in xml files? (and no, I haven't started to dig =
yet...was
> > > hoping to save a little time by asking <g>).
> > >
> > > --
> > > Kindest Regards,
> > >
> > > Shawn Mason,CCD,MCP
> > > I.S. Software Design Associates
> > >
> > >
> > >
> >
> >
>=20
>
------=_NextPart_000_011F_01C253B3.7CBA7100
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4919.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hello Shawn,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>You can modify the generated template =
by changing=20
the generators. There are several JavaScript files associated with the =
wizards=20
that control, not only the wizard behavior, but the generated html as =
well (i=20
believe the code is generated using the pattern files, and those =
you cannot=20
change). For example, to change the default blank page =
template, edit=20
pageblank.js located at C:\Program=20
Files\CodeChargeStudio\Components\Dialogs\Wizards\PageSet\. To have the=20
templates to, by default, add a <BR> after the header, locate =
the=20
following lines (around line number 149) and add whatever you want in=20
there:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2> var htmlTag =3D =
htmlSourceObject.getTag();<BR> if=20
(beforeEndOfPage)<BR> htmlTag.innerHTML =3D =
htmlTag.innerHTML+"<STRONG><!-- Before the footer=20
--><BR></STRONG>{"+pageExist+"}\r\n";<BR>  =
;else<BR> htmlTag.innerHTML=20
=3D "\r\n{"+pageExist+"}<STRONG><BR><!-- After the header=20
--></STRONG>"+htmlTag.innerHTML;<BR> </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This would add a couple of =
comments=20
and <BR>'s after the {Header} and before the {Footer}.=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>The base template is located at the =
bottom of the=20
JS file, and looks something like this:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>else if (pageIsBlank) =
Page.templateContent(true) =3D=20
"<html>\r\n<head>\r\n<title>"+Page.name+"</title>=
\r\n</head>\r\n<body>\r\n</body>\r\n</html><STRON=
G>\r\n<!--=A92002=20
Whatever--></STRONG>";<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>There we added a dummy copyright =
notice, but=20
you can add whatever you want. Take great care to maintain the integrity =
of the=20
script.</DIV></FONT>
<DIV><FONT face=3DArial size=3D2> </DIV></FONT>
<DIV><FONT face=3DArial size=3D2>As always, is a good practice to create =
a copy of=20
the original file before you start custom modifications. In fact, it is =
a good=20
idea to maintain a reference copy of the entire Components folder, just =
in=20
case.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sixto</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>"Shawn Mason" <</FONT><A=20
href=3D"mailto:shawn@issda.com"><FONT face=3DArial=20
size=3D2>shawn@issda.com</FONT></A><FONT face=3DArial size=3D2>> =
wrote in message=20
</FONT><A href=3D"news:al2e5h$rin$1@news.codecharge.com"><FONT =
face=3DArial=20
size=3D2>news:al2e5h$rin$1@news.codecharge.com</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> Yes, the =
themes are simply=20
ccs files and easily modifiable. I don't think<BR>> the =
builders use=20
just the themes as there isn't enough information in them<BR>> to do=20
so. Two of the things I always change is to add a <br> =
between=20
the<BR>> header and the page and a <center> as well. I =
added=20
these to the header<BR>> (like in CC) to have the same effect but it =
doesn't=20
seem to carry them over<BR>> for some reason (i.e. the tags are being =
ignored...). So I need them to<BR>> exist in the page html but =
I'm a=20
little tired of putting them there manually<BR>> with every =
page.<BR>>=20
<BR>> "RonB" <</FONT><A =
href=3D"mailto:r.borkent@123chello.456nl"><FONT=20
face=3DArial size=3D2>r.borkent@123chello.456nl</FONT></A><FONT =
face=3DArial=20
size=3D2>> wrote in message<BR>> </FONT><A=20
href=3D"news:al1nnc$9kq$1@news.codecharge.com"><FONT face=3DArial=20
size=3D2>news:al1nnc$9kq$1@news.codecharge.com</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>> > You can edit the themes if that's what you =
mean, you=20
could edit them and<BR>> > store them under another name.<BR>>=20
><BR>> > RonB<BR>> > "Shawn Mason" <</FONT><A=20
href=3D"mailto:shawn@issda.com"><FONT face=3DArial=20
size=3D2>shawn@issda.com</FONT></A><FONT face=3DArial size=3D2>> =
schreef in=20
bericht<BR>> > </FONT><A=20
href=3D"news:al1c40$lj4$1@news.codecharge.com"><FONT face=3DArial=20
size=3D2>news:al1c40$lj4$1@news.codecharge.com</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>> > > Is it possible to modify the builders =
(just now=20
really moving from CC to<BR>> > > CCS)? I find myself =
editing the=20
html of every "builder" created page<BR>> just<BR>> > > =
slightly but=20
always the same adjustments. I recall something about this<BR>> =
>=20
> being stored in xml files? (and no, I haven't started to dig=20
yet...was<BR>> > > hoping to save a little time by asking=20
<g>).<BR>> > ><BR>> > > --<BR>> > > =
Kindest=20
Regards,<BR>> > ><BR>> > > Shawn Mason,CCD,MCP<BR>> =
>=20
> I.S. Software Design Associates<BR>> > ><BR>> > =
><BR>>=20
> ><BR>> ><BR>> ><BR>> <BR>> =
</FONT></BODY></HTML>
------=_NextPart_000_011F_01C253B3.7CBA7100--
|
|
|
 |
Brian Bermingham
|
| Posted: 09/04/2002, 12:57 AM |
|
Shawn
I know this might be stating the obvious, but have you tried changing the
HTML page template in Tools-->Options-->Paths-->Html Page template?
Brian Bermingham
"Shawn Mason" <shawn@issda.com> wrote in message
news:al1c40$lj4$1@news.codecharge.com...
> Is it possible to modify the builders (just now really moving from CC to
> CCS)? I find myself editing the html of every "builder" created page just
> slightly but always the same adjustments. I recall something about this
> being stored in xml files? (and no, I haven't started to dig yet...was
> hoping to save a little time by asking <g>).
>
> --
> Kindest Regards,
>
> Shawn Mason,CCD,MCP
> I.S. Software Design Associates
>
>
>
|
|
|
 |
Shawn Mason
|
| Posted: 09/04/2002, 10:15 AM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0011_01C25415.22C7C8C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
That is what I was looking for. Thanks!
"Sixto Luis Santos" <sixto@tecnoapoyo.com> wrote in message =
news:al45rj$pq6$1@news.codecharge.com...
Hello Shawn,
You can modify the generated template by changing the generators. =
There are several JavaScript files associated with the wizards that =
control, not only the wizard behavior, but the generated html as well (i =
believe the code is generated using the pattern files, and those you =
cannot change). For example, to change the default blank page template, =
edit pageblank.js located at C:\Program =
Files\CodeChargeStudio\Components\Dialogs\Wizards\PageSet\. To have the =
templates to, by default, add a <BR> after the header, locate the =
following lines (around line number 149) and add whatever you want in =
there:
var htmlTag =3D htmlSourceObject.getTag();
if (beforeEndOfPage)
htmlTag.innerHTML =3D htmlTag.innerHTML+"<!-- Before the footer =
--><BR>{"+pageExist+"}\r\n";
else
htmlTag.innerHTML =3D "\r\n{"+pageExist+"}<BR><!-- After the =
header -->"+htmlTag.innerHTML;
=20
This would add a couple of comments and <BR>'s after the {Header} and =
before the {Footer}.=20
The base template is located at the bottom of the JS file, and looks =
something like this:
else if (pageIsBlank) Page.templateContent(true) =3D =
"<html>\r\n<head>\r\n<title>"+Page.name+"</title>\r\n</head>\r\n<body>\r\=
n</body>\r\n</html>\r\n<!--=A92002 Whatever-->";
There we added a dummy copyright notice, but you can add whatever you =
want. Take great care to maintain the integrity of the script.
As always, is a good practice to create a copy of the original file =
before you start custom modifications. In fact, it is a good idea to =
maintain a reference copy of the entire Components folder, just in case.
Regards,
Sixto
"Shawn Mason" <shawn@issda.com> wrote in message =
news:al2e5h$rin$1@news.codecharge.com...
> Yes, the themes are simply ccs files and easily modifiable. I don't =
think
> the builders use just the themes as there isn't enough information =
in them
> to do so. Two of the things I always change is to add a <br> =
between the
> header and the page and a <center> as well. I added these to the =
header
> (like in CC) to have the same effect but it doesn't seem to carry =
them over
> for some reason (i.e. the tags are being ignored...). So I need =
them to
> exist in the page html but I'm a little tired of putting them there =
manually
> with every page.
>=20
> "RonB" <r.borkent@123chello.456nl> wrote in message
>news:al1nnc$9kq$1@news.codecharge.com...
> > You can edit the themes if that's what you mean, you could edit =
them and
> > store them under another name.
> >
> > RonB
> > "Shawn Mason" <shawn@issda.com> schreef in bericht
> >news:al1c40$lj4$1@news.codecharge.com...
> > > Is it possible to modify the builders (just now really moving =
from CC to
> > > CCS)? I find myself editing the html of every "builder" created =
page
> just
> > > slightly but always the same adjustments. I recall something =
about this
> > > being stored in xml files? (and no, I haven't started to dig =
yet...was
> > > hoping to save a little time by asking <g>).
> > >
> > > --
> > > Kindest Regards,
> > >
> > > Shawn Mason,CCD,MCP
> > > I.S. Software Design Associates
> > >
> > >
> > >
> >
> >
>=20
>=20
------=_NextPart_000_0011_01C25415.22C7C8C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2719.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>That is what I was looking for. =20
Thanks!</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Sixto Luis Santos" <<A=20
href=3D"mailto:sixto@tecnoapoyo.com">sixto@tecnoapoyo.com</A>> =
wrote in=20
message <A=20
=
href=3D"news:al45rj$pq6$1@news.codecharge.com">news:al45rj$pq6$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hello Shawn,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>You can modify the generated template =
by changing=20
the generators. There are several JavaScript files associated with the =
wizards=20
that control, not only the wizard behavior, but the generated html as =
well (i=20
believe the code is generated using the pattern files, and those =
you=20
cannot change). For example, to change the default blank page=20
template, edit pageblank.js located at C:\Program=20
Files\CodeChargeStudio\Components\Dialogs\Wizards\PageSet\. To have =
the=20
templates to, by default, add a <BR> after the header, =
locate the=20
following lines (around line number 149) and add whatever you want in=20
there:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2> var htmlTag =
=3D=20
htmlSourceObject.getTag();<BR> if=20
(beforeEndOfPage)<BR> htmlTag.innerHTML =
=3D=20
htmlTag.innerHTML+"<STRONG><!-- Before the footer=20
=
--><BR></STRONG>{"+pageExist+"}\r\n";<BR>  =
;else<BR> htmlTag.innerHTML=20
=3D "\r\n{"+pageExist+"}<STRONG><BR><!-- After the header=20
--></STRONG>"+htmlTag.innerHTML;<BR> </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This would add a couple of =
comments=20
and <BR>'s after the {Header} and before the {Footer}. =
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>The base template is located at the =
bottom of the=20
JS file, and looks something like this:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>else if (pageIsBlank) =
Page.templateContent(true)=20
=3D=20
=
"<html>\r\n<head>\r\n<title>"+Page.name+"</title>=
\r\n</head>\r\n<body>\r\n</body>\r\n</html><STRON=
G>\r\n<!--=A92002=20
Whatever--></STRONG>";<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>There we added a dummy copyright =
notice, =20
but you can add whatever you want. Take great care to maintain the =
integrity=20
of the script.</DIV></FONT>
<DIV><FONT face=3DArial size=3D2> </DIV></FONT>
<DIV><FONT face=3DArial size=3D2>As always, is a good practice to =
create a copy of=20
the original file before you start custom modifications. In fact, it =
is a good=20
idea to maintain a reference copy of the entire Components folder, =
just in=20
case.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sixto</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>"Shawn Mason" <</FONT><A=20
href=3D"mailto:shawn@issda.com"><FONT face=3DArial=20
size=3D2>shawn@issda.com</FONT></A><FONT face=3DArial size=3D2>> =
wrote in message=20
</FONT><A href=3D"news:al2e5h$rin$1@news.codecharge.com"><FONT =
face=3DArial=20
size=3D2>news:al2e5h$rin$1@news.codecharge.com</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> Yes, the =
themes are simply=20
ccs files and easily modifiable. I don't think<BR>> the =
builders use=20
just the themes as there isn't enough information in them<BR>> to =
do=20
so. Two of the things I always change is to add a <br> =
between=20
the<BR>> header and the page and a <center> as well. I =
added=20
these to the header<BR>> (like in CC) to have the same effect but =
it=20
doesn't seem to carry them over<BR>> for some reason (i.e. the tags =
are=20
being ignored...). So I need them to<BR>> exist in the page =
html but=20
I'm a little tired of putting them there manually<BR>> with every=20
page.<BR>> <BR>> "RonB" <</FONT><A=20
href=3D"mailto:r.borkent@123chello.456nl"><FONT face=3DArial=20
size=3D2>r.borkent@123chello.456nl</FONT></A><FONT face=3DArial =
size=3D2>> wrote=20
in message<BR>> </FONT><A=20
href=3D"news:al1nnc$9kq$1@news.codecharge.com"><FONT face=3DArial=20
size=3D2>news:al1nnc$9kq$1@news.codecharge.com</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>> > You can edit the themes if that's what you =
mean, you=20
could edit them and<BR>> > store them under another =
name.<BR>>=20
><BR>> > RonB<BR>> > "Shawn Mason" <</FONT><A=20
href=3D"mailto:shawn@issda.com"><FONT face=3DArial=20
size=3D2>shawn@issda.com</FONT></A><FONT face=3DArial size=3D2>> =
schreef in=20
bericht<BR>> > </FONT><A=20
href=3D"news:al1c40$lj4$1@news.codecharge.com"><FONT face=3DArial=20
size=3D2>news:al1c40$lj4$1@news.codecharge.com</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>> > > Is it possible to modify the builders =
(just now=20
really moving from CC to<BR>> > > CCS)? I find myself =
editing=20
the html of every "builder" created page<BR>> just<BR>> > =
>=20
slightly but always the same adjustments. I recall something =
about=20
this<BR>> > > being stored in xml files? (and no, I =
haven't=20
started to dig yet...was<BR>> > > hoping to save a little =
time by=20
asking <g>).<BR>> > ><BR>> > > --<BR>> > =
>=20
Kindest Regards,<BR>> > ><BR>> > > Shawn=20
Mason,CCD,MCP<BR>> > > I.S. Software Design =
Associates<BR>> >=20
><BR>> > ><BR>> > ><BR>> ><BR>> =
><BR>>=20
<BR>> </FONT></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0011_01C25415.22C7C8C0--
|
|
|
 |
Shawn Mason
|
| Posted: 09/04/2002, 10:15 AM |
|
Nope, haven't noticed is so I guess it wasn't so "obvious", huh? Thanks,
I'll see how that fits in.
"Brian Bermingham" <brian.bermingham@getronics.com> wrote in message
news:al4ecg$7el$1@news.codecharge.com...
> Shawn
>
> I know this might be stating the obvious, but have you tried changing the
> HTML page template in Tools-->Options-->Paths-->Html Page template?
>
> Brian Bermingham
>
>
> "Shawn Mason" <shawn@issda.com> wrote in message
>news:al1c40$lj4$1@news.codecharge.com...
> > Is it possible to modify the builders (just now really moving from CC to
> > CCS)? I find myself editing the html of every "builder" created page
just
> > slightly but always the same adjustments. I recall something about this
> > being stored in xml files? (and no, I haven't started to dig yet...was
> > hoping to save a little time by asking <g>).
> >
> > --
> > Kindest Regards,
> >
> > Shawn Mason,CCD,MCP
> > I.S. Software Design Associates
> >
> >
> >
>
>
|
|
|
 |
|