cancel
Showing results for 
Search instead for 
Did you mean: 

Themes in ITS

Former Member
0 Kudos

Hi,

I had created a executable program attached the same to a transaction.

I want to publish this transaction. I published the same giving a theme as 90. In the attributes for the internet service i gave as ~theme 90.

I wanted to change the background color for the template. I edited the generated code by adding the code as below :

<html>

<head>

<title>`~windowtitle`</title>

</head>

<body <i><b>bgcolor="#000000"</b></i>> <i>This is what i added remaining was generated.</i>

`~messageline`

<form method="post" action="`WGateURL()`">

<p>

`'%_RADIO1_%_APP_%-TEXT'.value`

<table><!-- radiogroup %A_RADIO1 -->

<tr>

<td>

<input type=radio name="`RADIO1.group`" value="`RADIO1.name`" `if(RADIO1.selected)` checked `end`>`RADIO1.label`

</td>

</tr>

<tr>

<td>

<input type=radio name="`RADIO2.group`" value="`RADIO2.name`" `if(RADIO2.selected)` checked `end`>`RADIO2.label`

</td>

</tr>

</table>

<p>

`'%_RADIO2_%_APP_%-TEXT'.value`

<p>

`'%_17NNS0000575061_%_%_%_%_%_%_'.label`

</form>

</body>

</html>

But the same is not reflected in my display.

What am i missing?

Thanks & Regards,

Vijith<i></i>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (0)