second indent line in css list

I would like to know how indent the lines of other/etc list in the justified div block.
It should be simple, but it's to fight.

http://estafetaagent.com/pages/spacetest.html

Use CSS with a hanging indent, for example,

Li {text-indent:-6px ;}}

--
Murray - ICQ 71997575
Adobe Community Expert
(If you * MUST * write me, don't don't LAUGH when you do!)
==================
http://www.projectseven.com/go - DW FAQs, tutorials & resources
http://www.dwfaq.com - DW FAQs, tutorials & resources
==================

"elmorilloana" wrote in message
News:ftujj4$AF5$1@forums. Macromedia.com...
> thank you, no - what you kindly showed me that I can do. what I want is
> to
> indent the second line below a list (ing) unique, i.e. first row of the list
> article
> has the ball and then the following lines under the listed item, I want to
> dash.
> something like below:
> * akdfakfldkfkdfln
> ndjfkdlfklkl
> nlkdflnkldfk
> * nladkflklf
> nlklnklk
>

Tags: Dreamweaver

Similar Questions

  • Need to second indent line only to a paragraph, possible? Exercise of lateral thinking...

    Right now I use styles two para formatting that I want to do. I would like to be able to do it with one so I have the flexibility to change the attributes of text fonts (which will change the wood by line) without having to replace paragraph breaks in all the legends of the table when I do. I suppose I could do a GREP pattern to automate the removal of the old lines '\r' with that style but I had to manually enter all new, it's dozens, I think in the whole document.

    Sounds like it might be a job for the initials, but I can't go to work?

    Main problem is that I have to second indent line but not the first line where the secondary table header is on the same line as the legend of the table.

    Screenshot 2014-04-20 14.04.34.png

    Currently I have a paragraph style that uses a GREP style to apply a underscore character style to the first word and the code for the legends of the table (for example table 5.12). I also three tabs to determine the offset of the undeline rule, which is offer a background color to positions of tab parameter expression (\tTable\s\d\.\d+\t) allows me to control the offsets of the rule. I guess I could use above rule also to the same effect while moving tabs is easier to change shifts in specific cases like the longer numbers for example 'Table 5.28' or tweeking just the style.

    File of ID to play with.

    Hello

    Immediately, I would use: search for the beginning of the para (with numbering) and paste an anchored block (no color) with wrap (0). No need to cut the paragraph on two.

  • How to add a line in a list of control number?

    I've created a checklist in number and the model come with 27 lines automatically. I have now completed in each of them and need more lines, as my list grows. However, when I right click, options to add lines Above/Below are faded. Why I can't use them? Is there a limit or have I missed something?

    Hi dorotkab,

    You probably have a filter applied. Remove the filter and you should be able to add lines.

    Another way to add lines is drag the '=' at the bottom left.

    Quinn

  • String following line - Style field list button

    Hi all

    Below I have attached two images of liststylebuttonfield,

    1. in the first picture

    True line-'connected to 3 organization... ". ', display line-'connected to 3 organization... ". »

    the remaining letters are present in the background of the image.

    I give the width = totalwidth - lefticon.getwidth ();

    2. in the second picture

    True line-'connected to 3 organization... ". ', display line-"Connected to eveniment 3.

    the remaining letters are hiding.

    I give the width = totalwidth - lefticon.getwidth () - balloonIcon.getwidth () - actionIcon.getwidth ();

    How to give to the next line of width/auto for this problem.

    Below I attach my code for your reference...

    package com.samples.toolkit.ui.component;
    
    import java.util.Calendar;
    
    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.system.Characters;
    import net.rim.device.api.system.Display;
    import net.rim.device.api.ui.DrawStyle;
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.FieldChangeListener;
    import net.rim.device.api.ui.Font;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.TouchEvent;
    import net.rim.device.api.ui.Touchscreen;
    import net.rim.device.api.ui.Ui;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.component.LabelField;
    
    public class TestFeedListStyleField extends Field {
        Font myFont = Font.getDefault().derive(Font.SERIF_STYLE,5, Ui.UNITS_pt);
        Font myFont1 = Font.getDefault().derive(Font.BOLD,5, Ui.UNITS_pt);
        public static int DRAWPOSITION_TOP = 0;
        public static int DRAWPOSITION_BOTTOM = 1;
        public static int DRAWPOSITION_MIDDLE = 2;
        public static int DRAWPOSITION_SINGLE = 3;
        private static final int CORNER_RADIUS = 18;
        private static final int HPADDING = Display.getWidth() <= 320 ? 6 : 8;
        private static final int VPADDING = 4;
    
        private static final int COLOR_BACKGROUND = 0xFFFFFF;
        private static final int COLOR_BORDER = 0xBBBBBB;
        private static final int COLOR_BACKGROUND_FOCUS = 0x186DEF;
         public MyLabelField _labelField,_labelField1, _labelField2,_labelField3;
    
         private Bitmap _caret;
         private int _rightOffset;
            private int _leftOffset;
            private int _labelHeight,_labelHeight1,_labelHeight2,_labelHeight3;
            private Bitmap _leftIcon;
            private Bitmap _actionIcon;
            private Bitmap _ballon;
            private int _drawPosition = -1;
            private String _labelField1test;
    
        public TestFeedListStyleField(Bitmap icon,String label, String label1, String lable2,String lable3, Bitmap balloon,Bitmap caret,
                long style) {
             super( USE_ALL_WIDTH | Field.FOCUSABLE );
            _leftIcon = icon;
             _labelField = new MyLabelField(label, style );
             _labelField1 = new MyLabelField(label1, style );
             _labelField2=new  MyLabelField(lable2,style);
            _labelField3=new  MyLabelField(lable3,style);
            _ballon=balloon;
            _actionIcon=caret;
            _labelField1test=label1;
            _labelField.setFont(myFont);
            _labelField1.setFont(myFont);
            _labelField2.setFont(myFont1);
            _labelField3.setFont(myFont);
    //      Imagelistner imglistner = new Imagelistner();
    //      _actionIcon.
        }
    
        public TestFeedListStyleField(String label, String label1, String lable2,Bitmap caret,
                long style) {
             super( USE_ALL_WIDTH | Field.FOCUSABLE );
             _labelField = new MyLabelField(label, style );
             _labelField1 = new MyLabelField(label1, style );
             _labelField2=new  MyLabelField(lable2,style);
            _actionIcon=caret;
            _labelField1test=label1;
            _labelField1.setFont(myFont);
            _labelField2.setFont(myFont);
    //      Imagelistner imglistner = new Imagelistner();
    //      _actionIcon.
        }
    
        public void setDrawPosition( int drawPosition )
        {
            _drawPosition = drawPosition;
        }
         public String toString()
            {
                return _labelField.toString();
            }
    
        protected void layout(int width, int height) {
            if( Touchscreen.isSupported() ) {
            }
    
            _leftOffset = HPADDING;
            if( _leftIcon != null ) {
                _leftOffset += _leftIcon.getWidth() + HPADDING;
            }
    
            _rightOffset = HPADDING;
            if( _caret != null ) {
                _rightOffset += _caret.getWidth() + HPADDING;
            }
            _labelField.layout( width - _leftOffset - _rightOffset, height );
            _labelHeight = _labelField.getHeight();
            int labelWidth = _labelField.getWidth();
    
            _labelField1.layout( width - _leftOffset - _rightOffset, height );
            _labelHeight1 = _labelField1.getHeight();
            int labelWidth1 = _labelField1.getWidth();
    
            _labelField2.layout( width - _leftOffset - _rightOffset, height );
            _labelHeight2 = _labelField2.getHeight();
            int labelWidth2 = _labelField2.getWidth();
    
            _labelField3.layout( width - _leftOffset - labelWidth1 - _rightOffset, height );
            _labelHeight3 = _labelField3.getHeight();
            int labelWidth3 = _labelField3.getWidth();
    
            if( _labelField.isStyle( DrawStyle.HCENTER ) ) {
                _leftOffset = ( width - labelWidth ) / 2;
            } else if ( _labelField.isStyle( DrawStyle.RIGHT ) ) {
                _leftOffset = width - labelWidth - HPADDING - _rightOffset;
            }
    
            if( _labelField1.isStyle( DrawStyle.HCENTER ) ) {
                _leftOffset = ( width - labelWidth1 ) / 2;
            } else if ( _labelField.isStyle( DrawStyle.RIGHT ) ) {
                _leftOffset = width - labelWidth1 - HPADDING - _rightOffset;
            }
            if( _labelField2.isStyle( DrawStyle.HCENTER ) ) {
                _leftOffset = ( width - labelWidth2 ) / 2;
            } else if ( _labelField.isStyle( DrawStyle.RIGHT ) ) {
                _leftOffset = width - labelWidth2 - HPADDING - _rightOffset;
            }
    
            int extraVPaddingNeeded = 0;
    //      if( _labelHeight < _targetHeight ) {
    //          // Make sure that they are at least 1.5 times font height
    //          extraVPaddingNeeded =  ( _targetHeight - _labelHeight ) / 2;//( _targetHeight - _labelHeight ) / 2;
    //      }
            if( _leftIcon != null ) {
                  if( _labelHeight+_labelHeight1 < _leftIcon.getHeight() ) {
                      // Make sure that they are at least 1.5 times font height
                      extraVPaddingNeeded =  _leftIcon.getHeight();//( _targetHeight - _labelHeight ) / 2;
                  }
                  else if( _labelHeight+_labelHeight1 > _leftIcon.getHeight() ){
                    extraVPaddingNeeded =  _labelHeight+_labelHeight1;
                  }
            }
            else{
                if( _labelHeight+_labelHeight1 < _actionIcon.getHeight() ) {
                      // Make sure that they are at least 1.5 times font height
                      extraVPaddingNeeded =  _leftIcon.getHeight();//( _targetHeight - _labelHeight ) / 2;
                  }
                  else if( _labelHeight+_labelHeight1 > _actionIcon.getHeight() ){
                    extraVPaddingNeeded =  _labelHeight+_labelHeight1;
                  }
            }
    
          setExtent( width,  (int) (extraVPaddingNeeded*1.1) );
    
        }
          public void setText( String text )
            {
                _labelField.setText( text );
                updateLayout();
            }
    
        protected void paint(Graphics g) {
    
            // Left Bitmap
            if( _leftIcon != null ) {
                g.drawBitmap( HPADDING, VPADDING, (int) (_leftIcon.getWidth()*2), (int) (_leftIcon.getHeight()*3), _leftIcon, 0, 0 );
            }
    
    //        // Text  ( getHeight() - _labelHeight ) / 2, ( getHeight() - _actionIcon.getHeight() ) / 2,  //(int) (VPADDING*.5)
            try {
                g.pushRegion( _leftOffset, (int) (VPADDING*.5), getWidth() - _leftOffset - _rightOffset, _labelHeight, 0, 0 ); //getWidth() - _leftOffset - _rightOffset
                _labelField.paint( g );
            } finally {
                g.popContext();
            }
    
            try {
                g.pushRegion(  (int) (getWidth() - _leftIcon.getWidth()*.6 ), (int) (VPADDING*.5), getWidth() - _leftOffset - _labelField1.getWidth()- _rightOffset, _labelHeight3, 0, 0 ); //getWidth() - _leftOffset - _rightOffset
                _labelField3.paint( g );
            } finally {
                g.popContext();
            }
    
            try {
                g.pushRegion(_leftOffset, _labelHeight, getWidth() - _leftOffset - _rightOffset, _labelHeight1, 0, 0 ); //getWidth() - _leftOffset - _rightOffset
    //            String test6=_labelField1test.charAt(0)+" ".toString();
    //
    //            if(test6.trim().equals("0")){
    ////                 Dialog.alert("Success....");
    //             }
    //             else{
    //               Dialog.alert("Failure....");
                    _labelField1.paint( g );
    //             }
            } finally {
                g.popContext();
            }
    
            if( _leftIcon != null ) {
                try {
                    g.pushRegion((int) (HPADDING+_leftIcon.getWidth()), (int) (_labelHeight*1.5+_labelHeight1), getWidth() - (_leftIcon.getWidth()*2 ), (int) ((_leftIcon.getHeight()-_labelHeight-_labelHeight1)*.9),5, 5 ); //getWidth() - _leftOffset - _rightOffset
    //              g.pushRegion((int) (HPADDING+_leftIcon.getWidth()*1.1), (int) (_labelHeight*1.5+_labelHeight1), (int) (getWidth() - _leftIcon.getWidth()- _ballon.getWidth()- _actionIcon.getWidth()), (int) ((_leftIcon.getHeight()-_labelHeight-_labelHeight1)*.9), 0, 0 ); //getWidth() - _leftOffset - _rightOffset
                    _labelField2.paint( g );
                } finally {
                    g.popContext();
                }
            }
            // Right (Action) Bitmap
            if( _actionIcon != null ) {
                g.drawBitmap(  (int) (getWidth() - _leftIcon.getWidth()*.6 ), (int) (VPADDING*7.8), _ballon.getWidth(), _ballon.getHeight(), _ballon, 0, 0 );
                g.drawBitmap( getWidth() - HPADDING - _actionIcon.getWidth(), (int) (VPADDING*7), _actionIcon.getWidth(), _actionIcon.getHeight(), _actionIcon, 0, 0 );
            }
    
            // BootomGrid
    //        g.drawBitmap( (int) (HPADDING+_leftIcon.getWidth()*1.3), _labelHeight+_labelHeight1, 0, 0, _actionIcon, _drawPosition, _drawPosition );
    //        g.drawBitmap( (int) (HPADDING+_leftIcon.getWidth()*1.3), _labelHeight+_labelHeight1,  0, 0, _actionIcon, _drawPosition, _drawPosition );
    //        g.drawBitmap( (int) (HPADDING+_leftIcon.getWidth()*1.3), _labelHeight+_labelHeight1,  0, 0, _actionIcon, _drawPosition, _drawPosition );
    //        g.drawBitmap( (int) (HPADDING+_leftIcon.getWidth()*1.3), _labelHeight+_labelHeight1,  0, 0, _actionIcon, _drawPosition, _drawPosition );
    //        g.drawBitmap( (int) (HPADDING+_leftIcon.getWidth()*1.3), _labelHeight+_labelHeight1,  0, 0, _actionIcon, _drawPosition, _drawPosition );
    //
        }
    
        protected void paintBackground( Graphics g )
        {
            if( _drawPosition < 0 ) {
                // it's like a list field, let the default background be drawn
                super.paintBackground( g );
                return;
            }
    
            int oldColour = g.getColor();
    
            int background = g.isDrawingStyleSet( Graphics.DRAWSTYLE_FOCUS ) ? COLOR_BACKGROUND_FOCUS : COLOR_BACKGROUND; //COLOR_BACKGROUND_FOCUS
            try {
                if( _drawPosition == 0 ) {
                    // Top
                    g.setColor( background );
                    g.fillRoundRect( 0, 0, getWidth(), getHeight() + CORNER_RADIUS, CORNER_RADIUS, CORNER_RADIUS );
                    g.setColor( COLOR_BORDER );
                    g.drawRoundRect( 0, 0, getWidth(), getHeight() + CORNER_RADIUS, CORNER_RADIUS, CORNER_RADIUS );
                    g.drawLine( 0, getHeight() - 1, getWidth(), getHeight() - 1 );
                } else if( _drawPosition == 1 ) {
                    // Bottom
                    g.setColor( background );
                    g.fillRoundRect( 0, -CORNER_RADIUS, getWidth(), getHeight() + CORNER_RADIUS, CORNER_RADIUS, CORNER_RADIUS );
                    g.setColor( COLOR_BORDER );
                    g.drawRoundRect( 0, -CORNER_RADIUS, getWidth(), getHeight() + CORNER_RADIUS, CORNER_RADIUS, CORNER_RADIUS );
                } else if( _drawPosition == 2 ) {
                    // Middle
                    g.setColor( background );
                    g.fillRoundRect( 0, -CORNER_RADIUS, getWidth(), getHeight() + 2 * CORNER_RADIUS, CORNER_RADIUS, CORNER_RADIUS );
                    g.setColor( COLOR_BORDER );
                    g.drawRoundRect( 0, -CORNER_RADIUS, getWidth(), getHeight() + 2 * CORNER_RADIUS, CORNER_RADIUS, CORNER_RADIUS );
                    g.drawLine( 0, getHeight() - 1, getWidth(), getHeight() - 1 );
                } else {
                    // Single
                    g.setColor( background );
                    g.fillRoundRect( 0, 0, getWidth(), getHeight(), CORNER_RADIUS, CORNER_RADIUS );
                    g.setColor( COLOR_BORDER );
                    g.drawRoundRect( 0, 0, getWidth(), getHeight(), CORNER_RADIUS, CORNER_RADIUS );
                }
            } finally {
                g.setColor( oldColour );
            }
        }
    
        protected void drawFocus( Graphics g, boolean on )
        {
            if( _drawPosition < 0 ) {
                super.drawFocus( g, on );
            } else {
                boolean oldDrawStyleFocus = g.isDrawingStyleSet( Graphics.DRAWSTYLE_FOCUS );
                try {
                    if( on ) {
                        g.setDrawingStyle( Graphics.DRAWSTYLE_FOCUS, true );
                    }
                    paintBackground( g );
                    paint( g );
                } finally {
                    g.setDrawingStyle( Graphics.DRAWSTYLE_FOCUS, oldDrawStyleFocus );
                }
            }
        }
    
        protected boolean keyChar( char character, int status, int time )
        {
            if( character == Characters.ENTER ) {
                clickButton();
                return true;
            }
            return super.keyChar( character, status, time );
        }
    
        protected boolean navigationClick( int status, int time )
        {
            if (status != 0) clickButton();
            return true;
        }
    
        protected boolean trackwheelClick( int status, int time )
        {
            if (status != 0)
            clickButton();
            return true;
        }
    
        //#ifndef VER_4.1.0 | 4.0.0
            protected boolean invokeAction( int action )
            {
                switch( action ) {
                    case ACTION_INVOKE: {
                        clickButton();
                        return true;
                    }
                }
                return super.invokeAction( action );
            }
        //#endif        
    
        /**
         * A public way to click this button
         */
        public void clickButton()
        {
            fieldChangeNotify( 0 );
        }
    
    //#ifndef VER_4.6.1 | VER_4.6.0 | VER_4.5.0 | VER_4.2.1 | VER_4.2.0
        protected boolean touchEvent( TouchEvent message )
        {
            int x = message.getX( 1 );
            int y = message.getY( 1 );
            if( x < 0 || y < 0 || x > getExtent().width || y > getExtent().height ) {
                // Outside the field
                return false;
            }
            switch( message.getEvent() ) {
    
                case TouchEvent.UNCLICK:
                    clickButton();
                    return true;
            }
            return super.touchEvent( message );
        }
    //#endif 
    
        public void setDirty( boolean dirty ) {}
        public void setMuddy( boolean muddy ) {}
    
         private static class MyLabelField extends LabelField
            {
    
                public MyLabelField( String text, long style )
                {
                    super( text, style );
                }
    
                public void layout( int width, int height )
                {
                    super.layout( width, height );
                }   
    
                public void paint( Graphics g )
                {
                    super.paint( g );
                }
            }
         class Imagelistner implements FieldChangeListener {
                public void fieldChanged(Field field, int context) {
    
                }
    
                }
    

    Thank you...

    Hi all
    I solved this problem... Thank you for watching my problem...
    And I create the component 'Image + String + box' with search (like the single selection) If you need it please send mail...
    Kind regards
    NGO

  • Handle to the line on custom list

    I use the code in this page to display a custom list. The problem I have now is I want to handle each line onFocus event in the list to change its background color. No idea how to do?

    Hello

    You encounter method DrawListRow that you define the color as below

     public void drawListRow(ListField listField, Graphics g, int index, int y,
                int width)
        {
            if (g.isDrawingStyleSet(Graphics.DRAWSTYLE_FOCUS))
            {
                g.setColor(Color.RED);
            } else
            {
                g.setColor(Color.BLUE);
            }
    // then draw rect
    
                    g.drawRect(0, y, width, 80);
    //draw text in list
                    g.drawText("Blackberry", 90, y + 9);
             }
    

    ----------------------------------------------------------
    feel free to press the congratulations on the left side to thank the user who has helped you.
    Please mark as resolved messages if you found a solution.

  • How can I add a line in a list of access control?

    We have a user VLAN allows connectivity to the LAN VIRTUAL printer.  Connect printers and need to connect snmp.

    New printers were brought, and they need to open port 443.  I was under the impression that I could insert a line in an ACL (below).

    I copied the ACL production to this test ACL (102) and it works fine when I changed the interface VLAN to use this ACL.  I copied and pasted, however, and the new ACL was easy to create and apply.  Since I was 30 switches of production more to do to, I was hoping I wouldn't have to delete this ACL and re-create.  I thought there was a way to "inject" a line in an ACL

    Any thoughts?

    access-list 102 permit udp any any eq bootps
    access-list 102 permit udp any any eq bootpc
    access-list 102 permit icmp 10.0.32.0 0.255.3.255 10.0.32.1 0.255.0.0 echo
    access-list 102 permit icmp 10.0.32.0 0.255.3.255 10.0.32.1 0.255.0.0 echo-reply
    access-list 102 permit icmp 10.0.32.1 0.255.0.0 10.0.32.0 0.255.3.255 echo
    access-list 102 permit icmp 10.0.32.1 0.255.0.0 10.0.32.0 0.255.3.255 echo-reply
    access-list 102 permit icmp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 echo
    access-list 102 permit icmp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 echo-reply

    access list 102 permit tcp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq 443

    access-list 102 permit udp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq snmp
    access list 102 permit tcp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq 161
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.32.0 0.255.3.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.64.0 0.255.0.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 connect
    access-list 102 permit ip 10.105.34.9 host 10.0.112.0 0.255.0.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.112.0 0.255.0.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.114.0 0.255.0.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.161.0 0.255.0.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.165.0 0.255.0.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.235.0 0.255.0.255 connect
    access-list 102 permit ip 10.0.32.0 0.255.3.255 10.0.240.24 0.255.0.0
    access-list 102 permit ip 10.0.32.0 0.255.3.255 10.2.240.0 0.0.1.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.240.0 0.255.0.255 connect
    access-list 102 deny ip 10.0.32.0 0.255.3.255 10.0.241.0 0.255.0.255 connect
    access ip-list 102 permit a whole

    See the list of ip-access to see the numbering:

    R1 #sh - ip access lists

    Expand the access IP 102 list

    10 permit udp any any eq bootps

    20 permit udp any any eq bootpc

    30 permit icmp 10.0.32.0 0.255.3.255 10.0.32.1 0.255.0.0 echo

    40 permit icmp 10.0.32.0 0.255.3.255 10.0.32.1 0.255.0.0 echo-reply

    50 permit icmp 10.0.32.1 0.255.0.0 10.0.32.0 0.255.3.255 echo

    60 permit icmp 10.0.32.1 0.255.0.0 10.0.32.0 0.255.3.255 echo-reply

    70 permit icmp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 echo

    80 permit icmp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 echo-reply

    90 permit tcp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq 443

    100 permit udp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq snmp

    110 permit tcp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq 161

    120 deny ip 10.0.32.0 0.255.3.255 10.0.32.0 0.255.3.255 connect

    130 deny ip 10.0.32.0 0.255.3.255 10.0.64.0 0.255.0.255 connect

    140 deny ip 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 connect

    150 permit ip 10.105.34.9 host 10.0.112.0 0.255.0.255 connect

    160 deny ip 10.0.32.0 0.255.3.255 10.0.112.0 0.255.0.255 connect

    170 deny ip 10.0.32.0 0.255.3.255 10.0.114.0 0.255.0.255 connect

    180 deny ip 10.0.32.0 0.255.3.255 10.0.161.0 0.255.0.255 connect

    190 deny ip 10.0.32.0 0.255.3.255 10.0.165.0 0.255.0.255 connect

    200 deny ip 10.0.32.0 0.255.3.255 10.0.235.0 0.255.0.255 connect

    IP 10.0.32.0 allow 210 0.255.3.255 10.0.240.24 0.255.0.0

    IP 10.0.32.0 allow 220 0.255.3.255 10.2.240.0 0.0.1.255 connect

    230 deny ip 10.0.32.0 0.255.3.255 10.0.240.0 0.255.0.255 connect

    240 deny ip 10.0.32.0 0.255.3.255 10.0.241.0 0.255.0.255 connect

    allow 250 ip a

    So if you want to add something to the level of line 245:

    R1 #conf t

    Enter configuration commands, one per line.  End with CNTL/Z.

    R1 (config) #ip - 102 extended access list

    R1(config-ext-NaCl) #245 deny ip 1.1.1.1 host 2.2.2.2

    Now, it must be done:

    R1 (config-ext-nacl) #do display ip access lists

    Expand the access IP 102 list

    10 permit udp any any eq bootps

    20 permit udp any any eq bootpc

    30 permit icmp 10.0.32.0 0.255.3.255 10.0.32.1 0.255.0.0 echo

    40 permit icmp 10.0.32.0 0.255.3.255 10.0.32.1 0.255.0.0 echo-reply

    50 permit icmp 10.0.32.1 0.255.0.0 10.0.32.0 0.255.3.255 echo

    60 permit icmp 10.0.32.1 0.255.0.0 10.0.32.0 0.255.3.255 echo-reply

    70 permit icmp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 echo

    80 permit icmp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 echo-reply

    90 permit tcp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq 443

    100 permit udp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq snmp

    110 permit tcp 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 eq 161

    120 deny ip 10.0.32.0 0.255.3.255 10.0.32.0 0.255.3.255 connect

    130 deny ip 10.0.32.0 0.255.3.255 10.0.64.0 0.255.0.255 connect

    140 deny ip 10.0.32.0 0.255.3.255 10.0.96.0 0.255.0.255 connect

    150 permit ip 10.105.34.9 host 10.0.112.0 0.255.0.255 connect

    160 deny ip 10.0.32.0 0.255.3.255 10.0.112.0 0.255.0.255 connect

    170 deny ip 10.0.32.0 0.255.3.255 10.0.114.0 0.255.0.255 connect

    180 deny ip 10.0.32.0 0.255.3.255 10.0.161.0 0.255.0.255 connect

    190 deny ip 10.0.32.0 0.255.3.255 10.0.165.0 0.255.0.255 connect

    200 deny ip 10.0.32.0 0.255.3.255 10.0.235.0 0.255.0.255 connect

    IP 10.0.32.0 allow 210 0.255.3.255 10.0.240.24 0.255.0.0

    IP 10.0.32.0 allow 220 0.255.3.255 10.2.240.0 0.0.1.255 connect

    230 deny ip 10.0.32.0 0.255.3.255 10.0.240.0 0.255.0.255 connect

    240 deny ip 10.0.32.0 0.255.3.255 10.0.241.0 0.255.0.255 connect

    245 deny ip 1.1.1.1 host 2.2.2.2

    Daniel Dib
    CCIE #37149

    Please evaluate the useful messages.

  • How can 1 derive / display 3 second interval lines from the existing timestamp values

    Hello

    I'm trying to produce the number of lines that occur in intervals of 3 seconds and cannot work out how to use the timestamp values existing in the table of products or the display of lines with a second gap 3? The table rows look like this:

    NAME (EDT) 1

    1111 JANUARY 30, 15 12.29.09.000000000

    PPPP JANUARY 30, 15 12.29.10.000000000

    PPPP JANUARY 30, 15 12.29.11.000011111

    1111 JANUARY 30, 15 12.29.11.000055555

    PPPP JANUARY 30, 15 12.29.17.000000000

    PPPP JANUARY 30, 15 12.29.18.000000000

    1111 JANUARY 30, 15 12.29.29.000000000

    PPPP JANUARY 30, 15 12.30.23.000000000

    PPPP JANUARY 30, 15 12.30.25.000000000

    1111 JANUARY 30, 15 12.30.27.000000000

    PPPP JANUARY 30, 15 12.30.29.000000000

    PPPP JANUARY 30, 15 12.30.31.000000000

    1111 JANUARY 30, 15 12.30.33.000000000

    PPPP JANUARY 30, 15 12.30.35.000000000

    PPPP JANUARY 30, 15 12.30.37.000000000

    1111 JANUARY 30, 15 12.30.39.000000000


    And the output that I'm trying to reach/drift (initially) is as follows:


    Timestamp1                            Count

    30 JANUARY 15 12.29.09 4

    JANUARY 30, 15 12.29.12 0

    JANUARY 30, 15 12.29.15 1

    JANUARY 30, 15 12.29.18 1

    JANUARY 30, 15 12.29.21 0

    JANUARY 30, 15 12.29.24 0

    JANUARY 30, 15 12.29.27 1

    JANUARY 30, 15 12.29.30 0

    JANUARY 30, 15 12.30.30 1

    JANUARY 30, 15 12.30.33 1

    JANUARY 30, 15 12.30.36 1

    JANUARY 30, 15 12.30.39 1


    Thus, the main problem that I see trying to derive the first column of numbers as shown above. If someone could give me help on this I would be very grateful.


    Kind regards


    Kevin.


    with (name, time 1) testdata until)

    Select "1111", to_timestamp (January 30, 15 12.29.09.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.29.10.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.29.11.000011111', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "1111", to_timestamp (January 30, 15 12.29.11.000055555', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.29.17.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.29.18.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "1111", to_timestamp (January 30, 15 12.29.29.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.30.23.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.30.25.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "1111", to_timestamp (January 30, 15 12.30.27.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.30.29.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.30.31.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "1111", to_timestamp (January 30, 15 12.30.33.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.30.35.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "PPPP", to_timestamp (January 30, 15 12.30.37.000000000', 'dd-mon-yy hh24:mi:ss.ff') of all the double union

    Select "1111", to_timestamp (January 30, 15 12.30.39.000000000 ',' dd-mon-yy hh24:mi:ss.ff "") of the double

    )

    , d (mn, mx, cnt) as)

    Select min (time1) - second "3" interval

    , max (time1) - interval of second '3'

    ,      -1

    of testdata

    Union of all the

    Select

    MN + interval of second '3'

    mx

    , (select count (*) in testdata where time1 > = mn + '3' second interval and time 1)< mn="" +="" interval="" '6'="">

    d

    where mn<=>

    )

    Select

    MN

    cnt

    d

    where NTC! = - 1

    Mn, mx, NTC group

    Agenda minutes;

  • A line of string list extraction

    Hello

    I have a field in a line, with the following value:

    [2012]

    LIMIT = 12000

    [2013]

    LIMIT = 13000

    [2014]

    LIMIT = 14000

    [2011]

    LIMIT = 11000

    [2010]

    LIMIT = 10000

    [2009]

    LIMIT = 9000


    As you can see, it's a string with CR and LF on the inside.

    I have to write a SELECT statement and get the list numbers in square brackets. In the example above, the result should be SIX records:


    2012

    2013

    2014

    2011

    2010

    2009


    Unfortunately I can't change the initial state... that is, I can't, for example, a simple table with two columns, one for the year and another for the rest... Unfortunately it is imposed.

    I thought to use a regular expression, if it helps...


    Any suggestions?


    Thank you very much!


    Hello

    Here's one way:

    SELECT REGEXP_SUBSTR (str

    , '\[(\d+)\]'

    1

    LEVEL

    NULL

    1

    ) IN the year

    FROM table_x

    CONNECT BY LEVEL<= regexp_count="" (="">

    , '\[\d+\]'

    )

    ;

    This means that there is only 1 row, as you say in your message.  If there are multiple lines, then the CONNECT BY clause must be chnged, depending on your version of Oracle.

    I hope that answers your question.

    If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and also publish outcomes from these data.

    Point where the above statement is erroneous results, and explain, using specific examples, how you get the right result of data provided in these places.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002

  • Second data line - first row to another column?

    Hi all

    I have a requirement to show the data from second in the Column1 as first line of Column2. Please see the example below, where the month is filtered < = 05.
    Month    Sales    Sales_New
    01         500      600
    02         600      700
    03         700      800
    04         800      900
    05         900      NULL
    In the example above for month 05, column Sales_New should show NULL because it is the last line of the query.

    Thanks in advance.

    Something has gone wrong with your config...!
    What is
    "In the criteria tab use months in descending order and in the PivotTable, use ascending order.

    It is mandatory to achieve...
    FYI: I tested in my local.

    If you need send screenshot

    I appreciate if you score as correct ;) else let me know

  • CSS list formatting issue on the remote server only

    Hello

    This is my first website, so my apologies if it is ridiculously obvious.

    As you can see I have a slideshow gallery using the js query "galleriffic".  I have problems with CSS formatting of a list - on my local site, it displays very well, with no point of ball for the "thumbs" invisble and the formatting of the text for the arrows "next", "prev".  Once I have upload to remote server however this formatting is ignored send me unwanted fleas and small arrows.

    The site is:

    www.benwatsondesign.com

    Any help would be appreciated,

    Thank you

    Ben

    I checked your site in a few browsers. For some reason, the file bwatson.css that you point to is not loaded. An older version is. He sends a 304 not modified header.

    I suggest that you change the name of the stylesheet in something like benwatson1.css and change in theof the page. It seems that the style sheet is owned in a proxy somewhere, that's why the new version is not loaded when the page is.

  • Selection of several lines of component List

    Hello

    Could someone give me an example how to select several rows in the list of components programmatically?

    I know that this selects a line: lst_example.selectedIndex = 1;

    But how about neutrophilia index 1,2 and 4 for example?

    selectedIndices

    A Vector of ints representing the indices of the currently selected item or
    items...
    
    var si:Vector. = new Vector.;
    si.push(1);
    si.push(2);
    si.push(4);
    list.selectedIndices = si;
    
  • How can you make a single element in a CSS list a different color?

    Hello

    I created a CSS horizontal navigation bar and would like to know how I can have the title of the current page are displayed in a different color ('House' would be in a font while the other four or five headers in the navigation bar would have a few other common fonts), but I can't quite understand how to proceed.  It seems to be quite difficult given the dynamic nature of the present.

    Can anyone help?

    http://hicksdesign.co.UK/journal/highlighting-current-page-with-CSS

    Who will explain a simple sollution using CSS.

    It shows how to select a particular piece of nav using ID in your HTML code on the list item and the body tag, and then using this combination to write a CSS rule to target the element of list on a particular page.

    Martin

  • Numbered lists... Need a line gap between list items

    Hello. Here's my problem. I use 7 HR. When I use the numbered list feature, there are no blank lines between list items. I think that to look sloppy. I can simulate it by pressing SHIFT ENTER after each line item. Who gives a fine appearance and translated very well to help on the Web, but when I generate my file Word of him, it ends up being an extra line between line items. I guess it's because Word uses its numbered list function, which is to skip lines. He added also that < BR > HR.

    .... I guess I just a need to know how to use HR to generate lists the way I want it, or I need to know how to configure word do not skip lines between list items, so that way it will be just skip a line due to this < BR > in the HTML code.

    I have a feeling that it's simple, but I'm lost.

    Thank you

    When you change the style of lists, you change the OL and UL tags. So in theory, what you do with this style applies to the list as a whole, and not to list items.

    Colum spoke on the creation of a new "other" style (or maybe a paragraph style, but the list items aren't paragraphs, if HR tags like that). Then, while remaining in the Styles dialog box, you would go to Format > bullets and numbers, then select the numbering you want. Format > paragraph, insert a value into the box after to get your space between list items.

    Then apply this new style to your list items.

  • Ddeleting the second tag line in the XML output

    Hi all

    When I run the following query:

    Select dbms_xmlgen.getxml ("select wo.work_order_no,
    cursor (select regacc.work_order_no, regacc.work_order_task_no, regacc.regulatory_account_no
    of sa_work_orde_reg regacc
    where regacc.work_order_no = wo.work_order_no) Reg_Test
    of sa_work_order wo') xml
    Double;

    I get the following result:

    <? XML version = "1.0"? >
    rowset <>
    < ROW >
    < WORK_ORDER_NO > 1000170 < / WORK_ORDER_NO >
    < REG_TEST >
    < REG_TEST_ROW >
    < WORK_ORDER_NO > 1000170 < / WORK_ORDER_NO >
    < WORK_ORDER_TASK_NO > 01 < / WORK_ORDER_TASK_NO >
    < REGULATORY_ACCOUNT_NO > 100.2.1 < / REGULATORY_ACCOUNT_NO >
    < / REG_TEST_ROW >
    < / REG_TEST >
    < / ROW >
    < / LINES >

    Now what I need, is remove the second line tag < REG_TEST_ROW >. Y at - it a function or other ways to handle this. I'll use this query in the API of DBMS_XMLGEN.newcontext inside my procedure.

    Thank you for your help in advance.

    Published by: user33333 on June 29, 2010 01:11

    Published by: user33333 on June 29, 2010 01:19

    Hello

    Here are a few options...

    (1) using a scalar subquery rather than the CURSOR constructor (as long as it's supposed to always return a single line):

    SELECT dbms_xmlgen.getxml(
    'SELECT wo.work_order_no,
            ( SELECT XMLForest( regacc.work_order_no,
                                regacc.work_order_task_no,
                                regacc.regulatory_account_no )
              FROM sa_work_orde_reg regacc
              WHERE regacc.work_order_no = wo.work_order_no ) reg_test
    FROM sa_work_order wo'
    ) xml
    FROM dual;
    

    (2) incorporating a XSL transformation (Yes, still!) to copy all nodes except REG_TEST_ROW:

    
    
    
     
      
     
    
    
    
    
    
    

    (3) with the help of a simple replacement out serialized.

  • How to let the user to change the order of the lines inside a list box

    Hi all

    I need to display some values in a sort of list box and leave the user set their order by moving each row upward or downwards as he wishes.

    What is the best way to do it?

    Is there some sort of property node?

    Thanks in advance,

    Mentos.

    Use the list box.  In the Menu right click Watch "Drag And Drop".  I do remember not all settings on the top of my head, but you can allow dragging, dropping, disable the drag and drop out of control and make copy only.

    This should do what you want fewer knots of property.

Maybe you are looking for

  • Xoom does not illuminate

    Woke up this morning and hit the power button the xoom to wake up and have nothing, just a black screen. Have you tried the power button with volume up several times (and way longer than 3 seconds) and don't always get any sign of life. Last night be

  • There are no games on my widows 7. How can I get them

    where do I download the original games that come on windows 7

  • CN557A: Parts for CN557A

    Hello I need to find a back cover replacement for a HP CN557A (the cover that is directly under the help of the product labels and serial number. I have tried to look on the HP part surfer, but cannot find the component. Can anyone help? Thank you Mi

  • Hibernation and Eve does not!

    Don s. says:: Hi: I have just install Office 2007 and Outlook: Connector.  It took me about 2 weeks to set "switches".: the settings I want, updated or imported by personal folders,: Contacts, etc.::: Now I find that my sleep on the keyboard button n

  • Windows Installer again, the number of COA is unreadable!

    The hard drive on my HP Pavillion Dv5 failed recently, so I had to buy a new one and I then reinstalled Vista using a friends installation disc, however I am unable to read the number of the COA label on the back of my laptop because it is totally un