OVH Cloud OVH Cloud

Web part page template

6 réponses
Avatar
Nico
Bonjour,
j'ai créé un nouveau modèle de web part page, quand je le sélectione et veux
l'appliquer en créant une nouvelle page j'obtiens le message d'erreur suivant
:

----------------------------------------------------------------
Error

Invalid URL Parameter

The URL provided contains an invalid Command or Value. Please check the URL
again.

Troubleshoot issues with Windows SharePoint Services.
----------------------------------------------------------------

Je ne comprends pas ce qui ne va pas, j'ai suivi exactement ce qui est
expliqué dans l'article "Creating Custom Web Part Page Templates for
Microsoft SharePoint Products and Technologies"
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_sp2003_ta/html/sharepoint_creatingcustomwpptemplates.asp)

Pouvez vous m'aider ?

Merci d'avance !

6 réponses

Avatar
EROL [MVP SPS]
Bonjour,

Plusieurs points à valider:

Vous avez bien utilisez le bon répertoire 1036 ?

Local_drive:Program FilesCommon FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1036.
----------------------------------
Note Because the example site in the following procedure is a US English
site, the steps instruct you to copy files into the 1033 (US English
language) directory. If you want to configure a customized Create Page for a
site that uses a different language copy the files into the appropriate
language directory (for example, the 3082 directory for Spanish or the 1041
directory for Japanese).
-----------------------------------

Cette partie est aussi importante :
Adding a New Template
After you configure your customized creation form, you have eight custom
page templates that are identical to the standard page templates on the
standard Web Part Page creation form. You can modify the existing eight
templates or add new ones. The following example procedure describes how to
add a new page template with an embedded Image Web Part.

1.. Use an HTML editor or text editor to open the Custspcf.aspx file on
your server.
2.. In the Custspcf.aspx file, search for the following line:
<SELECT id="onetidWebPartPageTemplate" name="WebPartPageTemplate" size="8"
onchange="DoTemplateOptionChange()">3.. Change the size attribute in this
line to 9. ******BIEN FAIRE CECI*****
4.. Under the <SELECT> line, add a new <OPTION> tag to the end of the list
of <OPTION> tags (for example, add <OPTION value="custom9">My New Custom
Template</OPTION> to the end of the list).
Note The number of page templates that can be displayed is unlimited.
The only restriction is that the name of the preview image for any page
template must match the name of that template (for example, if the name of a
template is Custom9.aspx, the name of the corresponding preview image must
be Custom9.gif).
5.. Save the page.
6.. In the Images directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1033IMAGES), make a copy of the Custom1.gif
file and name it Custom9.gif.
7.. In the SMARTPGS directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATE1033STSDOCTEMPSMARTPGS), make a copy of the
Custom1.aspx file and name it Custom9.aspx.
Note The sample code for the customized creation form assumes that
each page template includes a title bar Web Part with a _TitlePlaceHolder_
token. When a user selects a page template to create a page, types a file
name for the new page, and then clicks Create, a Web Part Page is created
based on the page template, and the _TitlePlaceHolder_ token on the Web Part
Page is automatically replaced with the file name for the page. If you
create custom page templates, make sure that you include an embedded title
bar Web Part with the _TitlePlaceHolder_ token in each template. Place the
title bar Web Part in a zone, as shown in the following sample code.
<WebPartPages:WebPartZone runat="server" Title="loc:TitleBar" ID="TitleBar"
----------------------------------------------------

Vous avez bien vu ceci ?

http://www.sharepoint-france.com/WSS/Articles/2004-07-09/Default.aspx

Présentation des templates SharePoint

Que vous utilisiez Windows SharePoint Services ou SharePoint Portal Server,
chaque fois que vous créez un nouveau site une charte graphique et un
contenu par défaut sont appliqués à ce site. Cette charte graphique, ce
contenu par défaut et les fonctionnalités disponibles dans le site forment
ce qu'on appelle un modèle de site (template) SharePoint.

Bien que la manière dont ils sont créés ne soit pas vitale à la création de
sites SharePoint, il est toujours intéressant de connaître les concepts de
leur mise en oeuvre car certains impacts, en terme de performance pour le
plus important, résultent de leur utilisation puis de leur modification au
fur et à mesur de la vie de vos sites SharePoint.

Tous les modèles SharePoint (WSS et SPS) sont composés de la même manière à
savoir qu'ils possèdent :
a.. Des fichiers ASPX qui définissent la partie graphique des sites
a.. Des fichiers XML qui définissent le contenu par défaut des sites
a.. Divers fichiers (images, modèles de documents...)
Ces modèles de site sont copiés sur les serveurs SharePoint au moment de
l'installation du produit. Par défault, ils sont installés dans C:Program
FilesFichiers communsMicrosoft SharedWeb Server
Extensions60Template1036 si vous utilisez la version Française de
SharePoint sur un serveur Windows 2003 Français. En cas d'utilisation d'un
Windows 2003 Anglais, remplacez Fichiers communs par Common Files. De même
pour SharePoint, en version Anglaise les modèles sont le répertoire 1033.

++++++++++++++++++++++++++++++++++++

http://www.sharepointblogs.com/cmetral/archive/2004/07/14/630.aspx
Customizing templates
If you don't know it, you can waste a lot !

When registering new templates in WEBTEMP.XML and WEBTEMPSPS.XML, you have
to set an ID greater than 10000 (maybe Microsoft hopes to release a lot of
new templates in the SP). And IDs must be different in the two files. For
example, you can't have a template id of 10001 in the WSS definitions
(WEBTEMP.XML) and another with id 10001 in the SPS areas definitions
(WEBTEMPSPS.XML).

++++++++++++++++++++++++++++++++++++++++

Microsoft se réserve les n° sous 10000.

Note that you will probably have to run IISRESET after making these changes
(Rohit Puri)

+++++++++++++++++++++++++++++++++++++++++

Lier:

http://wss.collutions.com/pages/IV%20-%20Basic%20Customization.aspx


Puis cela :

Allez sur le site je l'ai refait et largement développé,
voir : http://www.mysps.info

@bientôt sur les news de SharePoint.
Bonne fin de semaine.

EROL
[MVP SharePoint Microsoft France]
*****************************************
http://www.clubsps.org
http://aspnet2.com/mvp.ashx?ErolGiraudy
http://sharepointerol.blogspot.com/
http://giraudyp.perso.cegetel.net/Livre3.htm
=============================
"Nico" a écrit dans le message de news:

Bonjour,
j'ai créé un nouveau modèle de web part page, quand je le sélectione et
veux
l'appliquer en créant une nouvelle page j'obtiens le message d'erreur
suivant
:

----------------------------------------------------------------
Error

Invalid URL Parameter

The URL provided contains an invalid Command or Value. Please check the
URL
again.

Troubleshoot issues with Windows SharePoint Services.
----------------------------------------------------------------

Je ne comprends pas ce qui ne va pas, j'ai suivi exactement ce qui est
expliqué dans l'article "Creating Custom Web Part Page Templates for
Microsoft SharePoint Products and Technologies"
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_sp2003_ta/html/sharepoint_creatingcustomwpptemplates.asp)

Pouvez vous m'aider ?

Merci d'avance !


Avatar
Nico
Bonjour Erol,
non j'ai utlisé le répertoire 1033, je suis sur une version Sharepoint en
anglais...

Voyez vous une autre idée ?




"EROL [MVP SPS]" a écrit :

Bonjour,

Plusieurs points à valider:

Vous avez bien utilisez le bon répertoire 1036 ?

Local_drive:Program FilesCommon FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1036.
----------------------------------
Note Because the example site in the following procedure is a US English
site, the steps instruct you to copy files into the 1033 (US English
language) directory. If you want to configure a customized Create Page for a
site that uses a different language copy the files into the appropriate
language directory (for example, the 3082 directory for Spanish or the 1041
directory for Japanese).
-----------------------------------

Cette partie est aussi importante :
Adding a New Template
After you configure your customized creation form, you have eight custom
page templates that are identical to the standard page templates on the
standard Web Part Page creation form. You can modify the existing eight
templates or add new ones. The following example procedure describes how to
add a new page template with an embedded Image Web Part.

1.. Use an HTML editor or text editor to open the Custspcf.aspx file on
your server.
2.. In the Custspcf.aspx file, search for the following line:
<SELECT id="onetidWebPartPageTemplate" name="WebPartPageTemplate" size="8"
onchange="DoTemplateOptionChange()">3.. Change the size attribute in this
line to 9. ******BIEN FAIRE CECI*****
4.. Under the <SELECT> line, add a new <OPTION> tag to the end of the list
of <OPTION> tags (for example, add <OPTION value="custom9">My New Custom
Template</OPTION> to the end of the list).
Note The number of page templates that can be displayed is unlimited.
The only restriction is that the name of the preview image for any page
template must match the name of that template (for example, if the name of a
template is Custom9.aspx, the name of the corresponding preview image must
be Custom9.gif).
5.. Save the page.
6.. In the Images directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1033IMAGES), make a copy of the Custom1.gif
file and name it Custom9.gif.
7.. In the SMARTPGS directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATE1033STSDOCTEMPSMARTPGS), make a copy of the
Custom1.aspx file and name it Custom9.aspx.
Note The sample code for the customized creation form assumes that
each page template includes a title bar Web Part with a _TitlePlaceHolder_
token. When a user selects a page template to create a page, types a file
name for the new page, and then clicks Create, a Web Part Page is created
based on the page template, and the _TitlePlaceHolder_ token on the Web Part
Page is automatically replaced with the file name for the page. If you
create custom page templates, make sure that you include an embedded title
bar Web Part with the _TitlePlaceHolder_ token in each template. Place the
title bar Web Part in a zone, as shown in the following sample code.
<WebPartPages:WebPartZone runat="server" Title="loc:TitleBar" ID="TitleBar"
----------------------------------------------------

Vous avez bien vu ceci ?

http://www.sharepoint-france.com/WSS/Articles/2004-07-09/Default.aspx

Présentation des templates SharePoint

Que vous utilisiez Windows SharePoint Services ou SharePoint Portal Server,
chaque fois que vous créez un nouveau site une charte graphique et un
contenu par défaut sont appliqués à ce site. Cette charte graphique, ce
contenu par défaut et les fonctionnalités disponibles dans le site forment
ce qu'on appelle un modèle de site (template) SharePoint.

Bien que la manière dont ils sont créés ne soit pas vitale à la création de
sites SharePoint, il est toujours intéressant de connaître les concepts de
leur mise en oeuvre car certains impacts, en terme de performance pour le
plus important, résultent de leur utilisation puis de leur modification au
fur et à mesur de la vie de vos sites SharePoint.

Tous les modèles SharePoint (WSS et SPS) sont composés de la même manière à
savoir qu'ils possèdent :
a.. Des fichiers ASPX qui définissent la partie graphique des sites
a.. Des fichiers XML qui définissent le contenu par défaut des sites
a.. Divers fichiers (images, modèles de documents...)
Ces modèles de site sont copiés sur les serveurs SharePoint au moment de
l'installation du produit. Par défault, ils sont installés dans C:Program
FilesFichiers communsMicrosoft SharedWeb Server
Extensions60Template1036 si vous utilisez la version Française de
SharePoint sur un serveur Windows 2003 Français. En cas d'utilisation d'un
Windows 2003 Anglais, remplacez Fichiers communs par Common Files. De même
pour SharePoint, en version Anglaise les modèles sont le répertoire 1033.

++++++++++++++++++++++++++++++++++++

http://www.sharepointblogs.com/cmetral/archive/2004/07/14/630.aspx
Customizing templates
If you don't know it, you can waste a lot !

When registering new templates in WEBTEMP.XML and WEBTEMPSPS.XML, you have
to set an ID greater than 10000 (maybe Microsoft hopes to release a lot of
new templates in the SP). And IDs must be different in the two files. For
example, you can't have a template id of 10001 in the WSS definitions
(WEBTEMP.XML) and another with id 10001 in the SPS areas definitions
(WEBTEMPSPS.XML).

++++++++++++++++++++++++++++++++++++++++

Microsoft se réserve les n° sous 10000.

Note that you will probably have to run IISRESET after making these changes
(Rohit Puri)

+++++++++++++++++++++++++++++++++++++++++

Lier:

http://wss.collutions.com/pages/IV%20-%20Basic%20Customization.aspx


Puis cela :

Allez sur le site je l'ai refait et largement développé,
voir : http://www.mysps.info

@bientôt sur les news de SharePoint.
Bonne fin de semaine.

EROL
[MVP SharePoint Microsoft France]
*****************************************
http://www.clubsps.org
http://aspnet2.com/mvp.ashx?ErolGiraudy
http://sharepointerol.blogspot.com/
http://giraudyp.perso.cegetel.net/Livre3.htm
============================= >
"Nico" a écrit dans le message de news:

> Bonjour,
> j'ai créé un nouveau modèle de web part page, quand je le sélectione et
> veux
> l'appliquer en créant une nouvelle page j'obtiens le message d'erreur
> suivant
> :
>
> ----------------------------------------------------------------
> Error
>
> Invalid URL Parameter
>
> The URL provided contains an invalid Command or Value. Please check the
> URL
> again.
>
> Troubleshoot issues with Windows SharePoint Services.
> ----------------------------------------------------------------
>
> Je ne comprends pas ce qui ne va pas, j'ai suivi exactement ce qui est
> expliqué dans l'article "Creating Custom Web Part Page Templates for
> Microsoft SharePoint Products and Technologies"
> (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_sp2003_ta/html/sharepoint_creatingcustomwpptemplates.asp)
>
> Pouvez vous m'aider ?
>
> Merci d'avance !





Avatar
EROL [MVP SPS]
Bonjour,

Non, mais je vais chercher,

Allez sur le site je l'ai refait et largement développé,
voir : http://www.mysps.info

@bientôt sur les news de SharePoint.
Bonne fin de semaine.

EROL
[MVP SharePoint Microsoft France]
*****************************************
http://www.clubsps.org
http://aspnet2.com/mvp.ashx?ErolGiraudy
http://sharepointerol.blogspot.com/
http://giraudyp.perso.cegetel.net/Livre3.htm
=============================
"Nico" a écrit dans le message de news:

Bonjour Erol,
non j'ai utlisé le répertoire 1033, je suis sur une version Sharepoint en
anglais...

Voyez vous une autre idée ?




"EROL [MVP SPS]" a écrit :

Bonjour,

Plusieurs points à valider:

Vous avez bien utilisez le bon répertoire 1036 ?

Local_drive:Program FilesCommon FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1036.
----------------------------------
Note Because the example site in the following procedure is a US
English
site, the steps instruct you to copy files into the 1033 (US English
language) directory. If you want to configure a customized Create Page
for a
site that uses a different language copy the files into the appropriate
language directory (for example, the 3082 directory for Spanish or the
1041
directory for Japanese).
-----------------------------------

Cette partie est aussi importante :
Adding a New Template
After you configure your customized creation form, you have eight custom
page templates that are identical to the standard page templates on the
standard Web Part Page creation form. You can modify the existing eight
templates or add new ones. The following example procedure describes how
to
add a new page template with an embedded Image Web Part.

1.. Use an HTML editor or text editor to open the Custspcf.aspx file on
your server.
2.. In the Custspcf.aspx file, search for the following line:
<SELECT id="onetidWebPartPageTemplate" name="WebPartPageTemplate"
size="8"
onchange="DoTemplateOptionChange()">3.. Change the size attribute in this
line to 9. ******BIEN FAIRE CECI*****
4.. Under the <SELECT> line, add a new <OPTION> tag to the end of the
list
of <OPTION> tags (for example, add <OPTION value="custom9">My New Custom
Template</OPTION> to the end of the list).
Note The number of page templates that can be displayed is
unlimited.
The only restriction is that the name of the preview image for any page
template must match the name of that template (for example, if the name
of a
template is Custom9.aspx, the name of the corresponding preview image
must
be Custom9.gif).
5.. Save the page.
6.. In the Images directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1033IMAGES), make a copy of the
Custom1.gif
file and name it Custom9.gif.
7.. In the SMARTPGS directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATE1033STSDOCTEMPSMARTPGS), make a copy of the
Custom1.aspx file and name it Custom9.aspx.
Note The sample code for the customized creation form assumes that
each page template includes a title bar Web Part with a
_TitlePlaceHolder_
token. When a user selects a page template to create a page, types a file
name for the new page, and then clicks Create, a Web Part Page is created
based on the page template, and the _TitlePlaceHolder_ token on the Web
Part
Page is automatically replaced with the file name for the page. If you
create custom page templates, make sure that you include an embedded
title
bar Web Part with the _TitlePlaceHolder_ token in each template. Place
the
title bar Web Part in a zone, as shown in the following sample code.
<WebPartPages:WebPartZone runat="server" Title="loc:TitleBar"
ID="TitleBar"
----------------------------------------------------

Vous avez bien vu ceci ?

http://www.sharepoint-france.com/WSS/Articles/2004-07-09/Default.aspx

Présentation des templates SharePoint

Que vous utilisiez Windows SharePoint Services ou SharePoint Portal
Server,
chaque fois que vous créez un nouveau site une charte graphique et un
contenu par défaut sont appliqués à ce site. Cette charte graphique, ce
contenu par défaut et les fonctionnalités disponibles dans le site
forment
ce qu'on appelle un modèle de site (template) SharePoint.

Bien que la manière dont ils sont créés ne soit pas vitale à la création
de
sites SharePoint, il est toujours intéressant de connaître les concepts
de
leur mise en oeuvre car certains impacts, en terme de performance pour le
plus important, résultent de leur utilisation puis de leur modification
au
fur et à mesur de la vie de vos sites SharePoint.

Tous les modèles SharePoint (WSS et SPS) sont composés de la même manière
à
savoir qu'ils possèdent :
a.. Des fichiers ASPX qui définissent la partie graphique des sites
a.. Des fichiers XML qui définissent le contenu par défaut des sites
a.. Divers fichiers (images, modèles de documents...)
Ces modèles de site sont copiés sur les serveurs SharePoint au moment de
l'installation du produit. Par défault, ils sont installés dans
C:Program
FilesFichiers communsMicrosoft SharedWeb Server
Extensions60Template1036 si vous utilisez la version Française de
SharePoint sur un serveur Windows 2003 Français. En cas d'utilisation
d'un
Windows 2003 Anglais, remplacez Fichiers communs par Common Files. De
même
pour SharePoint, en version Anglaise les modèles sont le répertoire 1033.

++++++++++++++++++++++++++++++++++++

http://www.sharepointblogs.com/cmetral/archive/2004/07/14/630.aspx
Customizing templates
If you don't know it, you can waste a lot !

When registering new templates in WEBTEMP.XML and WEBTEMPSPS.XML, you
have
to set an ID greater than 10000 (maybe Microsoft hopes to release a lot
of
new templates in the SP). And IDs must be different in the two files. For
example, you can't have a template id of 10001 in the WSS definitions
(WEBTEMP.XML) and another with id 10001 in the SPS areas definitions
(WEBTEMPSPS.XML).

++++++++++++++++++++++++++++++++++++++++

Microsoft se réserve les n° sous 10000.

Note that you will probably have to run IISRESET after making these
changes
(Rohit Puri)

+++++++++++++++++++++++++++++++++++++++++

Lier:

http://wss.collutions.com/pages/IV%20-%20Basic%20Customization.aspx


Puis cela :

Allez sur le site je l'ai refait et largement développé,
voir : http://www.mysps.info

@bientôt sur les news de SharePoint.
Bonne fin de semaine.

EROL
[MVP SharePoint Microsoft France]
*****************************************
http://www.clubsps.org
http://aspnet2.com/mvp.ashx?ErolGiraudy
http://sharepointerol.blogspot.com/
http://giraudyp.perso.cegetel.net/Livre3.htm
============================= >>
"Nico" a écrit dans le message de news:

> Bonjour,
> j'ai créé un nouveau modèle de web part page, quand je le sélectione et
> veux
> l'appliquer en créant une nouvelle page j'obtiens le message d'erreur
> suivant
> :
>
> ----------------------------------------------------------------
> Error
>
> Invalid URL Parameter
>
> The URL provided contains an invalid Command or Value. Please check the
> URL
> again.
>
> Troubleshoot issues with Windows SharePoint Services.
> ----------------------------------------------------------------
>
> Je ne comprends pas ce qui ne va pas, j'ai suivi exactement ce qui est
> expliqué dans l'article "Creating Custom Web Part Page Templates for
> Microsoft SharePoint Products and Technologies"
> (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_sp2003_ta/html/sharepoint_creatingcustomwpptemplates.asp)
>
> Pouvez vous m'aider ?
>
> Merci d'avance !







Avatar
EROL [MVP SPS]
Bonjour,

J'y pense avez-vous passez les SP1 et Hotfix ?
Cdlt

EROL

"Nico" a écrit dans le message de news:

Bonjour Erol,
non j'ai utlisé le répertoire 1033, je suis sur une version Sharepoint en
anglais...

Voyez vous une autre idée ?




"EROL [MVP SPS]" a écrit :

Bonjour,

Plusieurs points à valider:

Vous avez bien utilisez le bon répertoire 1036 ?

Local_drive:Program FilesCommon FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1036.
----------------------------------
Note Because the example site in the following procedure is a US
English
site, the steps instruct you to copy files into the 1033 (US English
language) directory. If you want to configure a customized Create Page
for a
site that uses a different language copy the files into the appropriate
language directory (for example, the 3082 directory for Spanish or the
1041
directory for Japanese).
-----------------------------------

Cette partie est aussi importante :
Adding a New Template
After you configure your customized creation form, you have eight custom
page templates that are identical to the standard page templates on the
standard Web Part Page creation form. You can modify the existing eight
templates or add new ones. The following example procedure describes how
to
add a new page template with an embedded Image Web Part.

1.. Use an HTML editor or text editor to open the Custspcf.aspx file on
your server.
2.. In the Custspcf.aspx file, search for the following line:
<SELECT id="onetidWebPartPageTemplate" name="WebPartPageTemplate"
size="8"
onchange="DoTemplateOptionChange()">3.. Change the size attribute in this
line to 9. ******BIEN FAIRE CECI*****
4.. Under the <SELECT> line, add a new <OPTION> tag to the end of the
list
of <OPTION> tags (for example, add <OPTION value="custom9">My New Custom
Template</OPTION> to the end of the list).
Note The number of page templates that can be displayed is
unlimited.
The only restriction is that the name of the preview image for any page
template must match the name of that template (for example, if the name
of a
template is Custom9.aspx, the name of the corresponding preview image
must
be Custom9.gif).
5.. Save the page.
6.. In the Images directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATELAYOUTS1033IMAGES), make a copy of the
Custom1.gif
file and name it Custom9.gif.
7.. In the SMARTPGS directory (Local_drive:Program FilesCommon
FilesMicrosoft SharedWeb Server
Extensions60TEMPLATE1033STSDOCTEMPSMARTPGS), make a copy of the
Custom1.aspx file and name it Custom9.aspx.
Note The sample code for the customized creation form assumes that
each page template includes a title bar Web Part with a
_TitlePlaceHolder_
token. When a user selects a page template to create a page, types a file
name for the new page, and then clicks Create, a Web Part Page is created
based on the page template, and the _TitlePlaceHolder_ token on the Web
Part
Page is automatically replaced with the file name for the page. If you
create custom page templates, make sure that you include an embedded
title
bar Web Part with the _TitlePlaceHolder_ token in each template. Place
the
title bar Web Part in a zone, as shown in the following sample code.
<WebPartPages:WebPartZone runat="server" Title="loc:TitleBar"
ID="TitleBar"
----------------------------------------------------

Vous avez bien vu ceci ?

http://www.sharepoint-france.com/WSS/Articles/2004-07-09/Default.aspx

Présentation des templates SharePoint

Que vous utilisiez Windows SharePoint Services ou SharePoint Portal
Server,
chaque fois que vous créez un nouveau site une charte graphique et un
contenu par défaut sont appliqués à ce site. Cette charte graphique, ce
contenu par défaut et les fonctionnalités disponibles dans le site
forment
ce qu'on appelle un modèle de site (template) SharePoint.

Bien que la manière dont ils sont créés ne soit pas vitale à la création
de
sites SharePoint, il est toujours intéressant de connaître les concepts
de
leur mise en oeuvre car certains impacts, en terme de performance pour le
plus important, résultent de leur utilisation puis de leur modification
au
fur et à mesur de la vie de vos sites SharePoint.

Tous les modèles SharePoint (WSS et SPS) sont composés de la même manière
à
savoir qu'ils possèdent :
a.. Des fichiers ASPX qui définissent la partie graphique des sites
a.. Des fichiers XML qui définissent le contenu par défaut des sites
a.. Divers fichiers (images, modèles de documents...)
Ces modèles de site sont copiés sur les serveurs SharePoint au moment de
l'installation du produit. Par défault, ils sont installés dans
C:Program
FilesFichiers communsMicrosoft SharedWeb Server
Extensions60Template1036 si vous utilisez la version Française de
SharePoint sur un serveur Windows 2003 Français. En cas d'utilisation
d'un
Windows 2003 Anglais, remplacez Fichiers communs par Common Files. De
même
pour SharePoint, en version Anglaise les modèles sont le répertoire 1033.

++++++++++++++++++++++++++++++++++++

http://www.sharepointblogs.com/cmetral/archive/2004/07/14/630.aspx
Customizing templates
If you don't know it, you can waste a lot !

When registering new templates in WEBTEMP.XML and WEBTEMPSPS.XML, you
have
to set an ID greater than 10000 (maybe Microsoft hopes to release a lot
of
new templates in the SP). And IDs must be different in the two files. For
example, you can't have a template id of 10001 in the WSS definitions
(WEBTEMP.XML) and another with id 10001 in the SPS areas definitions
(WEBTEMPSPS.XML).

++++++++++++++++++++++++++++++++++++++++

Microsoft se réserve les n° sous 10000.

Note that you will probably have to run IISRESET after making these
changes
(Rohit Puri)

+++++++++++++++++++++++++++++++++++++++++

Lier:

http://wss.collutions.com/pages/IV%20-%20Basic%20Customization.aspx


Puis cela :

Allez sur le site je l'ai refait et largement développé,
voir : http://www.mysps.info

@bientôt sur les news de SharePoint.
Bonne fin de semaine.

EROL
[MVP SharePoint Microsoft France]
*****************************************
http://www.clubsps.org
http://aspnet2.com/mvp.ashx?ErolGiraudy
http://sharepointerol.blogspot.com/
http://giraudyp.perso.cegetel.net/Livre3.htm
============================= >>
"Nico" a écrit dans le message de news:

> Bonjour,
> j'ai créé un nouveau modèle de web part page, quand je le sélectione et
> veux
> l'appliquer en créant une nouvelle page j'obtiens le message d'erreur
> suivant
> :
>
> ----------------------------------------------------------------
> Error
>
> Invalid URL Parameter
>
> The URL provided contains an invalid Command or Value. Please check the
> URL
> again.
>
> Troubleshoot issues with Windows SharePoint Services.
> ----------------------------------------------------------------
>
> Je ne comprends pas ce qui ne va pas, j'ai suivi exactement ce qui est
> expliqué dans l'article "Creating Custom Web Part Page Templates for
> Microsoft SharePoint Products and Technologies"
> (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_sp2003_ta/html/sharepoint_creatingcustomwpptemplates.asp)
>
> Pouvez vous m'aider ?
>
> Merci d'avance !







Avatar
Olivier Dozinel
Je viens de trouver cela :
http://support.microsoft.com/?kbid‚5213&FR=1

Olivier D.

"Nico" a écrit dans le message de
news:
Bonjour,
j'ai créé un nouveau modèle de web part page, quand je le sélectione et


veux
l'appliquer en créant une nouvelle page j'obtiens le message d'erreur


suivant
:

----------------------------------------------------------------
Error

Invalid URL Parameter

The URL provided contains an invalid Command or Value. Please check the


URL
again.

Troubleshoot issues with Windows SharePoint Services.
----------------------------------------------------------------

Je ne comprends pas ce qui ne va pas, j'ai suivi exactement ce qui est
expliqué dans l'article "Creating Custom Web Part Page Templates for
Microsoft SharePoint Products and Technologies"



(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_sp2003
_ta/html/sharepoint_creatingcustomwpptemplates.asp)

Pouvez vous m'aider ?

Merci d'avance !


Avatar
Nico
Bonjour

Erol, oui, tout ça est installé... cela ne vient pas de là...

une autre idée ?
merci d'avance



"EROL [MVP SPS]" a écrit :

Bonjour,

J'y pense avez-vous passez les SP1 et Hotfix ?
Cdlt

EROL