Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




edit code in Issues.aspx

web-app

Hello,

I'd like to change code that would affect the look of Issues.aspx. If I view the issues with my browser and view the source I get this:

<a href="EN-615http://aru.ust.ise/gemini/issue/ViewIssue.aspx?id=615">EN-615</a>

What I'd like to do, is change the code, so it would look like this:
<a href="EN-615http://aru.ust.ise/gemini/issue/ViewIssue.aspx?id=615" title="X">EN-615</a>, where X is the whole content of attribute Dexription (of the Issue).

How would this be possible to do? I actually can't find the file to change.

Thank you!

seven0337
· 1
seven0337
Replies (4)
helpful
0
not helpful

Hello,

I'd like to change code that would affect the look of Issues.aspx. If I view the issues with my browser and view the source I get this:

<a href="EN-615http://aru.ust.ise/gemini/issue/ViewIssue.aspx?id=615">EN-615</a>

What I'd like to do, is change the code, so it would look like this:
<a href="http://aru.ust.ise/gemini/issue/ViewIssue.aspx?id=615" title="X">EN-615</a>, where X is the whole content of attribute Dexription (of the Issue).

How would this be possible to do? I actually can't find the file to change.

Thank you!


seven0337
· 1
seven0337
helpful
0
not helpful

Sorry, I do not follow.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

OK, one more try :)

I'd like to see the description of an issue when I'm holding my mouse over the issues number. For example if there's an issue where the number is EN-615 and the description is "the main page has an error", then viewing the list of issues (the page: Issues.aspx) and holding my mouse over the link EN-615 (which opens the issue), I'd like to see the description as an alt tag which is "the main page has an error".

I know I could do that, if I put a TITLE attribute inside the A tag:
<a href="EN-615http://aru.ust.ise/gemini/issue/ViewIssue.aspx?id=615">EN-615>

What I' this:<a href="http://aru.ust.ise/gemini/issue/ViewIssue.aspx?id=615" title="the main page has an error">EN-615</a>

The problem is, I don't know where to put this code in. It's not the Issues.aspx which I should edit. How can I do it?


seven0337
· 1
seven0337
helpful
0
not helpful

This is not possible at the moment.


Saar Cohen
· 5000
Saar Cohen