-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Gabriel Durazo a écrit :
> 
> On Aug 30, 2007, at 3:12 AM, blanchet wrote:
> 
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi,
>>
>> David Huynh a écrit :
>>> blanchet wrote:
>>>> Hello,
>>>>
>>>> Cool. Thank you for your reply. I have to precise
>>>>
>>>> (1) Yes I don't want the title of the tab to change when I clic on
>>>> "sorted by". The code source is still
>>>> <title>Publications</title> but what appears in the tab title is
>>>> "Publication {group as sorted} - mozilla firefox".
>>>>
>>> Add the following script after you include exhibit-api.js,
>>> <script>
>>> SimileAjax.History.formatHistoryEntryTitle = function(actionLabel) {
>>>    return SimileAjax.History._plainDocumentTitle;
>>> };
>>> </script>

This works. Thanks.

>>
>>>
>>>> (2) Unfortunately I don't have div.exhibit-views-header. I used the
>>>> html
>>>> source here
>>>> http://simile.mit.edu/wiki/Exhibit/How_to_make_a_publications_exhibit
>>>> and there is no div.exhibit-views-header too.
>>>>
>>> Just add it yourself.
>>>
>>> It's just regular CSS stuff.
>>
>> I mean I don't have <div class="exhibit-views-header"> in the HTML code
>> copied form
>> http://simile.mit.edu/wiki/Exhibit/How_to_make_a_publications_exhibit
>>
>> Whatever I have already put it in my style.css and it doesn't change
>> anything.
> 
> The <div class="exhibit-views-header"> is dynamically generated after
> the page loads, so it wouldn't be in the HTML code that you copied.
> 
> Anyway, I looked at your web page and I think I see the problem. Try
> loading your stylesheet after the exhibit script. I think what's
> happening is the style of that div is getting set to "display:none" in
> your stylesheet, but then when the exhibit script is loaded, it
> overwrites that setting. So try moving
> 
> <link rel="stylesheet" href="style.css" type="text/css" />
> 
> below
> 
> <script src="exhibit/src/webapp/api/exhibit-api.js"
> type="text/javascript"></script>

It still does not work.

> 
> Hope this helps,
> Gabe
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general

- --
Adrien Blanchet
WPI-Fakultät für Mathematik
Universität Wien
Nordbergstraße 15
1090 Wien, Austria
Tél. : +43-1-4277-50717
http://www.ceremade.dauphine.fr/~blanchet
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG1uyZL1ZUYZKe5AERAlKgAJ4pwXTP6gt0ZQBLB6xTU7Kc/v9kKwCfTdxX
MlhSxL/PD4Dcs4d+HCN1YmM=
=eETS
-----END PGP SIGNATURE-----

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to